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

  /external/ppp/pppd/plugins/radius/
dict.c 42 char attrstr[AUTH_ID_LEN]; local
211 if (sscanf (buffer, "%s%s%s%s", dummystr, attrstr,
223 if (strlen (attrstr) > NAME_LENGTH)
257 strcpy (dval->attrname, attrstr);
avpair.c 525 char attrstr[AUTH_ID_LEN]; local
546 rc_fieldcpy (attrstr, &buffer);
548 rc_dict_findattr (attrstr)) == (DICT_ATTR *) NULL)

Completed in 73 milliseconds