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

  /external/ppp/pppd/plugins/radius/
radattr.c 83 if (rc_avpair_tostr(vp, name, sizeof(name), value, sizeof(value)) < 0) {
radiusclient.h 398 int rc_avpair_tostr __P((VALUE_PAIR *, char *, int, char *, int));
avpair.c 684 * Function: rc_avpair_tostr
692 int rc_avpair_tostr (VALUE_PAIR *pair, char *name, int ln, char *value, int lv) function
702 error("rc_avpair_tostr: pair is NULL or empty");
757 error("rc_avpair_tostr: unknown attribute type %d", pair->type);

Completed in 90 milliseconds