HomeSort by relevance Sort by last modified time
    Searched full:vdict (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/plugins/radius/
dict.c 48 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 1053 milliseconds