Home
last modified time | relevance | path

Searched refs:vendorcode (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/plugins/radius/
Davpair.c35 int vendorcode) in rc_avpair_add() argument
39 vp = rc_avpair_new (attrid, pval, len, vendorcode); in rc_avpair_add()
110 VALUE_PAIR *rc_avpair_new (int attrid, void *pval, int len, int vendorcode) in rc_avpair_new() argument
115 if ((pda = rc_dict_getattr (attrid, vendorcode)) == (DICT_ATTR *) NULL) in rc_avpair_new()
126 vp->vendorcode = vendorcode; in rc_avpair_new()
217 pair->vendorcode = VENDOR_NONE; in rc_avpair_gen()
315 pair->vendorcode = vendor_id; in rc_extract_vendor_specific_attributes()
594 pair->vendorcode = attr->vendorcode; in rc_avpair_parse()
Ddict.c96 vdict->vendorcode = value; in rc_read_dictionary()
192 attr->vendorcode = vdict->vendorcode; in rc_read_dictionary()
194 attr->vendorcode = VENDOR_NONE; in rc_read_dictionary()
444 if (id == dict->vendorcode) { in rc_dict_getvendor()
Dradiusclient.h307 int vendorcode; /* vendor code */ member
322 int vendorcode; member
331 int vendorcode; member
Dsendserver.c47 if (vp->vendorcode != VENDOR_NONE) { in rc_pack_list()
55 *buf++ = (((unsigned int) vp->vendorcode) >> 16) & 255; in rc_pack_list()
56 *buf++ = (((unsigned int) vp->vendorcode) >> 8) & 255; in rc_pack_list()
57 *buf++ = ((unsigned int) vp->vendorcode) & 255; in rc_pack_list()
Dradius.c568 if (vp->vendorcode == VENDOR_NONE) { in radius_setparams()
657 } else if (vp->vendorcode == VENDOR_MICROSOFT) { in radius_setparams()