Home
last modified time | relevance | path

Searched refs:CHAP_CHALLENGE (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dchap.h83 #define CHAP_CHALLENGE 1 macro
Dchap.c396 case CHAP_CHALLENGE: in ChapInput()
723 PUTCHAR(CHAP_CHALLENGE, outp); in ChapSendChallenge()
873 case CHAP_CHALLENGE: in ChapPrintPkt()
/external/ppp/pppd/
Dchap-new.c299 p[0] = CHAP_CHALLENGE; in chap_generate_challenge()
547 case CHAP_CHALLENGE: in chap_input()
611 case CHAP_CHALLENGE: in chap_print_pkt()
Dchap-new.h39 #define CHAP_CHALLENGE 1 macro