Searched refs:vdict (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Ddict.c48 VENDOR_DICT *vdict; local
89 vdict = (VENDOR_DICT *) malloc (sizeof (VENDOR_DICT));
90 if (!vdict) {
95 strcpy(vdict->vendorname, namestr);
96 vdict->vendorcode = value;
97 vdict->attributes = NULL;
98 vdict->next = vendor_dictionaries;
99 vendor_dictionaries = vdict;
171 vdict = rc_dict_findvendor(vendorstr);
172 if (!vdict) {
[all...]

Completed in 153 milliseconds