Lines Matching refs:vendorcode
35 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)
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;