Lines Matching refs:protocol
688 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
690 if (protp->protocol < 0xC000 && protp->close != NULL)
717 if (protp->protocol != PPP_LCP && protp->enabled_flag
851 if ((protp->protocol == PPP_ECP || protp->protocol == PPP_CCP)
875 if (protp->protocol < 0xC000
876 && protp->protocol != PPP_CCP && protp->protocol != PPP_ECP
888 * The peer has failed to authenticate himself using `protocol'.
891 auth_peer_fail(unit, protocol)
892 int unit, protocol;
902 * The peer has been successfully authenticated using `protocol'.
905 auth_peer_success(unit, protocol, prot_flavor, name, namelen)
906 int unit, protocol, prot_flavor;
912 switch (protocol) {
936 warn("auth_peer_success: unknown protocol %x", protocol);
961 * We have failed to authenticate ourselves to the peer using `protocol'.
964 auth_withpeer_fail(unit, protocol)
965 int unit, protocol;
980 * We have successfully authenticated ourselves with the peer using `protocol'.
983 auth_withpeer_success(unit, protocol, prot_flavor)
984 int unit, protocol, prot_flavor;
988 switch (protocol) {
1014 warn("auth_withpeer_success: unknown protocol %x", protocol);
1031 * np_up - a network protocol has come up.
1076 * np_down - a network protocol has gone down.
1093 * np_finished - a network protocol has finished using the link.