HomeSort by: relevance | last modified time | path
    Searched defs:authproto (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_spppsubr.c 579 sppp_authproto2proto(u_int authproto)
582 switch (authproto) {
2549 u_short authproto; local
2656 authproto = (p[2] << 8) + p[3];
2657 if (authproto == PPP_CHAP && l != 5) {
2663 if (authproto == PPP_PAP || authproto == PPP_CHAP)
2664 sp->myauth.proto = authproto;
2794 authproto = (p[2] << 8) + p[3];
2796 if (authproto == PPP_PAP || authproto == PPP_CHAP
3267 u_short authproto; local
    [all...]

Completed in 28 milliseconds