Searched defs:vendorcode (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Davpair.c35 int vendorcode)
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)
126 vp->vendorcode = vendorcode;
217 pair->vendorcode = VENDOR_NONE;
315 pair->vendorcode = vendor_id;
594 pair->vendorcode = attr->vendorcode;
34 rc_avpair_add(VALUE_PAIR **list, int attrid, void *pval, int len, int vendorcode) argument
[all...]
H A Dradiusclient.h307 int vendorcode; /* vendor code */ member in struct:dict_attr
322 int vendorcode; member in struct:vendor_dict
331 int vendorcode; member in struct:value_pair

Completed in 154 milliseconds