HomeSort by relevance Sort by last modified time
    Searched refs:BADRESP_RC (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/plugins/radius/
buildreq.c 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)
sendserver.c 379 result = BADRESP_RC;
391 * BADRESP_RC -- if anything looks funny.
411 return (BADRESP_RC);
418 return (BADRESP_RC);
424 return (BADRESP_RC);
467 return (BADRESP_RC);
radiusclient.h 343 #define BADRESP_RC -2

Completed in 291 milliseconds