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

  /src/sys/net/
if_spppsubr.c 599 sppp_authproto2proto(u_int authproto)
602 switch (authproto) {
2727 u_short authproto; local
2831 authproto = (p[2] << 8) + p[3];
2832 if (authproto == PPP_CHAP && l != 5) {
2838 if (authproto == PPP_PAP || authproto == PPP_CHAP)
2839 sp->myauth.proto = authproto;
2965 authproto = (p[2] << 8) + p[3];
2967 if (authproto == PPP_PAP || authproto == PPP_CHAP
3410 u_short authproto; local
    [all...]
if_spppsubr.c 599 sppp_authproto2proto(u_int authproto)
602 switch (authproto) {
2727 u_short authproto; local
2831 authproto = (p[2] << 8) + p[3];
2832 if (authproto == PPP_CHAP && l != 5) {
2838 if (authproto == PPP_PAP || authproto == PPP_CHAP)
2839 sp->myauth.proto = authproto;
2965 authproto = (p[2] << 8) + p[3];
2967 if (authproto == PPP_PAP || authproto == PPP_CHAP
3410 u_short authproto; local
    [all...]

Completed in 89 milliseconds