HomeSort by: relevance | last modified time | path
    Searched refs:PPP_CHAP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
ppp_defs.h 99 #define PPP_CHAP 0xc223 /* Crypto Handshake Auth. Protocol */
if_spppsubr.c 548 PPP_CHAP, IDX_CHAP, CP_AUTH, "chap",
571 case PPP_CHAP:
586 return PPP_CHAP;
723 case PPP_CHAP:
2657 if (authproto == PPP_CHAP && l != 5) {
2663 if (authproto == PPP_PAP || authproto == PPP_CHAP)
2796 if (authproto == PPP_PAP || authproto == PPP_CHAP)
2800 if (authproto != PPP_CHAP || p[4] == CHAP_MD5) {
2820 if (sp->myauth.proto == PPP_CHAP) {
2836 if (sp->myauth.proto == PPP_CHAP)
    [all...]
  /src/sys/kern/
uipc_mbufdebug.c 404 case PPP_CHAP:

Completed in 20 milliseconds