Lines Matching defs:pcb
548 void link_required(ppp_pcb *pcb) { in link_required()
620 void link_terminated(ppp_pcb *pcb) { in link_terminated()
698 void link_down(ppp_pcb *pcb) { in link_down()
716 void upper_layers_down(ppp_pcb *pcb) { in upper_layers_down()
734 void link_established(ppp_pcb *pcb) { in link_established()
860 static void network_phase(ppp_pcb *pcb) { in network_phase()
862 ppp_pcb *pcb = &ppp_pcb_list[unit]; in network_phase() local
917 void start_networks(ppp_pcb *pcb) { in start_networks()
971 void continue_networks(ppp_pcb *pcb) { in continue_networks()
1006 int auth_check_passwd(ppp_pcb *pcb, char *auser, int userlen, char *apasswd, int passwdlen, const c… in auth_check_passwd()
1031 void auth_peer_fail(ppp_pcb *pcb, int 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()
1117 void auth_withpeer_fail(ppp_pcb *pcb, int protocol) { in auth_withpeer_fail()
1136 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) { in auth_withpeer_success()
1198 void np_up(ppp_pcb *pcb, int proto) { in np_up()
1249 void np_down(ppp_pcb *pcb, int proto) { in np_down()
1268 void np_finished(ppp_pcb *pcb, int proto) { in np_finished()
1322 ppp_pcb *pcb = (ppp_pcb*)arg; in check_idle() local
1358 ppp_pcb *pcb = (ppp_pcb*)arg; in connect_time_expired() local
1904 int get_secret(ppp_pcb *pcb, const char *client, const char *server, char *secret, int *secret_len,… in get_secret()