Searched refs:vendorcode (Results 1 – 5 of 5) sorted by relevance
35 int vendorcode) in rc_avpair_add() argument39 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() argument115 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()
96 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()
307 int vendorcode; /* vendor code */ member322 int vendorcode; member331 int vendorcode; member
47 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()
568 if (vp->vendorcode == VENDOR_NONE) { in radius_setparams()657 } else if (vp->vendorcode == VENDOR_MICROSOFT) { in radius_setparams()