Searched refs:OK_RC (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c38 return (OK_RC);
52 return (OK_RC);
216 for(i=0; (i<authserver->max) && (result != OK_RC) && (result != BADRESP_RC)
260 for(i=0; (i<authserver->max) && (result != OK_RC) && (result != BADRESP_RC)
329 for(i=0; (i<acctserver->max) && (result != OK_RC) && (result != BADRESP_RC)
389 for(i=0; (i<acctserver->max) && (result != OK_RC) && (result != BADRESP_RC)
H A Dsendserver.c357 if (result != OK_RC) return (result);
375 result = OK_RC;
390 * Returns: OK_RC -- upon success,
464 return (OK_RC);
470 return (OK_RC);
H A Dradius.c304 if (result == OK_RC) {
314 return (result == OK_RC) ? 1 : 0;
478 if (result == OK_RC) {
492 return (result == OK_RC);
951 if (result != OK_RC) {
1104 if (result != OK_RC) {
1201 if (result != OK_RC) {
H A Dradiusclient.h345 #define OK_RC 0 macro

Completed in 72 milliseconds