Searched defs:our_name (Results 1 – 6 of 6) sorted by relevance
/external/ppp/pppd/ |
D | chap-md5.c | 88 chap_md5_make_response(unsigned char *response, int id, char *our_name, in chap_md5_make_response()
|
D | chap-new.c | 198 chap_auth_peer(int unit, char *our_name, int digest_code) in chap_auth_peer() 228 chap_auth_with_peer(int unit, char *our_name, int digest_code) in chap_auth_with_peer()
|
D | chap_ms.c | 318 chapms_make_response(unsigned char *response, int id, char *our_name, in chapms_make_response() 384 chapms2_make_response(unsigned char *response, int id, char *our_name, in chapms2_make_response()
|
D | options.c | 104 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */ variable
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | chap.c | 177 ChapAuthWithPeer(int unit, char *our_name, u_char digest) in ChapAuthWithPeer() 204 ChapAuthPeer(int unit, char *our_name, u_char digest) in ChapAuthPeer()
|
D | ppp.h | 334 char our_name [MAXNAMELEN + 1]; /* Our name for authentication purposes */ member
|