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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Davpair.c34 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 89 milliseconds