HomeSort by relevance Sort by last modified time
    Searched refs:vendorcode (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/plugins/radius/
avpair.c 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;
    [all...]
dict.c 96 vdict->vendorcode = value;
192 attr->vendorcode = vdict->vendorcode;
194 attr->vendorcode = VENDOR_NONE;
444 if (id == dict->vendorcode) {
radiusclient.h 303 int vendorcode; /* vendor code */ member in struct:dict_attr
318 int vendorcode; member in struct:vendor_dict
327 int vendorcode; member in struct:value_pair
sendserver.c 47 if (vp->vendorcode != VENDOR_NONE) {
55 *buf++ = (((unsigned int) vp->vendorcode) >> 16) & 255;
56 *buf++ = (((unsigned int) vp->vendorcode) >> 8) & 255;
57 *buf++ = ((unsigned int) vp->vendorcode) & 255;
radius.c 565 if (vp->vendorcode == VENDOR_NONE) {
640 } else if (vp->vendorcode == VENDOR_MICROSOFT) {
    [all...]

Completed in 114 milliseconds