Lines Matching refs:protocol
721 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down()
723 if (protp->protocol < 0xC000 && protp->close != NULL) in upper_layers_down()
753 if (protp->protocol != PPP_LCP in link_established()
947 || protp->protocol == PPP_ECP in start_networks()
950 || protp->protocol == PPP_CCP in start_networks()
979 if (protp->protocol < 0xC000 in continue_networks()
981 && protp->protocol != PPP_CCP in continue_networks()
984 && protp->protocol != PPP_ECP in continue_networks()
1031 void auth_peer_fail(ppp_pcb *pcb, int protocol) { in auth_peer_fail() argument
1032 LWIP_UNUSED_ARG(protocol); in auth_peer_fail()
1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) { in auth_peer_success() argument
1053 switch (protocol) { in auth_peer_success()
1085 ppp_warn("auth_peer_success: unknown protocol %x", protocol); in auth_peer_success()
1117 void auth_withpeer_fail(ppp_pcb *pcb, int protocol) { in auth_withpeer_fail() argument
1118 LWIP_UNUSED_ARG(protocol); in auth_withpeer_fail()
1136 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) { in auth_withpeer_success() argument
1140 switch (protocol) { in auth_withpeer_success()
1175 ppp_warn("auth_withpeer_success: unknown protocol %x", protocol); in auth_withpeer_success()