Searched defs:attrid (Results 1 - 1 of 1) sorted by relevance
/external/ppp/pppd/plugins/radius/ |
H A D | avpair.c | 34 VALUE_PAIR *rc_avpair_add (VALUE_PAIR **list, int attrid, void *pval, int len, argument 39 vp = rc_avpair_new (attrid, pval, len, vendorcode); 110 VALUE_PAIR *rc_avpair_new (int attrid, void *pval, int len, int vendorcode) argument 115 if ((pda = rc_dict_getattr (attrid, vendorcode)) == (DICT_ATTR *) NULL) 117 error("rc_avpair_new: unknown attribute %d", attrid); 125 vp->attribute = attrid;
|
Completed in 103 milliseconds