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

/external/ppp/pppd/plugins/radius/
H A Ddict.c39 char dummystr[AUTH_ID_LEN];
40 char namestr[AUTH_ID_LEN];
41 char valstr[AUTH_ID_LEN];
42 char attrstr[AUTH_ID_LEN];
43 char typestr[AUTH_ID_LEN];
44 char vendorstr[AUTH_ID_LEN];
H A Dconfig.c460 char hostnm[AUTH_ID_LEN + 1];
483 memset (hostnm, '\0', AUTH_ID_LEN);
485 if (len > AUTH_ID_LEN)
487 len = AUTH_ID_LEN;
490 hostnm[AUTH_ID_LEN] = '\0';
H A Davpair.c525 char attrstr[AUTH_ID_LEN];
526 char valstr[AUTH_ID_LEN];
H A Dradiusclient.h33 #define AUTH_ID_LEN 64 macro

Completed in 61 milliseconds