Searched refs:MAXNAMELEN (Results 1 – 17 of 17) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_impl.h | 296 char user [MAXNAMELEN + 1]; /* Username for PAP */ 298 char our_name [MAXNAMELEN + 1]; /* Our name for authentication purposes */ 299 char remote_name[MAXNAMELEN + 1]; /* Peer's name for authentication */
|
| A D | auth.c | 99 static char peer_authname[MAXNAMELEN]; 180 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */ 253 OPT_PRIV|OPT_STATIC, NULL, MAXNAMELEN }, 255 "Set name for auth with peer", OPT_STATIC, NULL, MAXNAMELEN }, 260 &explicit_remote, MAXNAMELEN }, 305 if (fgets(user, MAXNAMELEN - 1, ufile) == NULL
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | chap-new.h | 75 #define CHAL_MAX_PKTLEN (PPP_HDRLEN + CHAP_HDRLEN + 4 + MAX_CHALLENGE_LEN + MAXNAMELEN) 76 #define RESP_MAX_PKTLEN (PPP_HDRLEN + CHAP_HDRLEN + 4 + MAX_RESPONSE_LEN + MAXNAMELEN)
|
| A D | ppp_opts.h | 544 #ifndef MAXNAMELEN 545 #define MAXNAMELEN 256 macro
|
| A D | eap.h | 118 char ea_peer[MAXNAMELEN +1]; /* Peer's name */
|
| A D | ppp.h | 257 char remote_name[MAXNAMELEN + 1]; /* Peer's name for authentication */ 357 char peer_authname[MAXNAMELEN + 1]; /* The name by which the peer authenticated itself to us. */
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | chap-new.h | 71 #define CHAL_MAX_PKTLEN (PPP_HDRLEN + CHAP_HDRLEN + 4 + MAX_CHALLENGE_LEN + MAXNAMELEN) 72 #define RESP_MAX_PKTLEN (PPP_HDRLEN + CHAP_HDRLEN + 4 + MAX_RESPONSE_LEN + MAXNAMELEN)
|
| A D | ppp_opts.h | 532 #ifndef MAXNAMELEN 533 #define MAXNAMELEN 256 macro
|
| A D | eap.h | 118 char ea_peer[MAXNAMELEN +1]; /* Peer's name */
|
| A D | ppp.h | 253 char remote_name[MAXNAMELEN + 1]; /* Peer's name for authentication */ 353 char peer_authname[MAXNAMELEN + 1]; /* The name by which the peer authenticated itself to us. */
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | auth.c | 151 char remote_number[MAXNAMELEN]; 232 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */ 359 OPT_PRIO | OPT_PRIV | OPT_STATIC, NULL, MAXNAMELEN }, 368 &explicit_user, MAXNAMELEN }, 381 &explicit_remote, MAXNAMELEN }, 401 NULL, MAXNAMELEN }, 422 char u[MAXNAMELEN], p[MAXSECRETLEN]; 447 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL
|
| A D | eap.c | 665 if (len > MAXNAMELEN) { in eap_send_request() 666 len = MAXNAMELEN; in eap_send_request() 1316 char rhostname[MAXNAMELEN]; in eap_request() 1516 if (rhostnamelen > MAXNAMELEN) { in eap_request() 1517 rhostnamelen = MAXNAMELEN; in eap_request() 1730 char rhostname[MAXNAMELEN]; in eap_response() 1764 if (len > MAXNAMELEN) { in eap_response() 1765 len = MAXNAMELEN; in eap_response()
|
| A D | chap-new.c | 293 char rname[MAXNAMELEN+1]; 441 char rname[MAXNAMELEN+1];
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | auth.c | 151 char remote_number[MAXNAMELEN]; 232 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */ 359 OPT_PRIO | OPT_PRIV | OPT_STATIC, NULL, MAXNAMELEN }, 368 &explicit_user, MAXNAMELEN }, 381 &explicit_remote, MAXNAMELEN }, 401 NULL, MAXNAMELEN }, 422 char u[MAXNAMELEN], p[MAXSECRETLEN]; 447 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL
|
| A D | eap.c | 665 if (len > MAXNAMELEN) { in eap_send_request() 666 len = MAXNAMELEN; in eap_send_request() 1316 char rhostname[MAXNAMELEN]; in eap_request() 1516 if (rhostnamelen > MAXNAMELEN) { in eap_request() 1517 rhostnamelen = MAXNAMELEN; in eap_request() 1730 char rhostname[MAXNAMELEN]; in eap_response() 1764 if (len > MAXNAMELEN) { in eap_response() 1765 len = MAXNAMELEN; in eap_response()
|
| A D | chap-new.c | 293 char rname[MAXNAMELEN+1]; 441 char rname[MAXNAMELEN+1];
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | opt.h | 1773 #ifndef MAXNAMELEN 1774 #define MAXNAMELEN 256 /* max length of hostname or name for auth */ macro
|
Completed in 43 milliseconds