Searched refs:dp_state (Results 1 – 3 of 3) sorted by relevance
88 if (pcb->dp_state < DN_STATE_HAVE_GW_MAC) in debugnet_handle_ip()352 if (pcb->dp_state >= DN_STATE_HAVE_GW_MAC) { in debugnet_handle_arp()358 MPASS(pcb->dp_state == DN_STATE_INIT); in debugnet_handle_arp()365 pcb->dp_state = DN_STATE_HAVE_GW_MAC; in debugnet_handle_arp()416 pcb->dp_state < DN_STATE_HAVE_GW_MAC; polls++) { in debugnet_arp_gw()420 if (pcb->dp_state >= DN_STATE_HAVE_GW_MAC) in debugnet_arp_gw()424 if (pcb->dp_state >= DN_STATE_HAVE_GW_MAC) in debugnet_arp_gw()459 MPASS(pcb->dp_state >= DN_STATE_HAVE_GW_MAC); in debugnet_ip_output()
112 pcb->dp_state >= DN_STATE_HAVE_GW_MAC); in debugnet_get_gw_mac()120 pcb->dp_state >= DN_STATE_GOT_HERALD_PORT); in debugnet_get_server_addr()128 pcb->dp_state >= DN_STATE_GOT_HERALD_PORT); in debugnet_get_server_port()194 MPASS(pcb->dp_state >= DN_STATE_HAVE_GW_MAC); in debugnet_udp_output()268 if (pcb->dp_state == DN_STATE_REMOTE_CLOSED) in debugnet_send()362 if (pcb->dp_state == DN_STATE_REMOTE_CLOSED) in debugnet_send()413 pcb->dp_state = DN_STATE_REMOTE_CLOSED; in debugnet_handle_rx_msg()470 if (pcb->dp_state < DN_STATE_GOT_HERALD_PORT) { in debugnet_handle_ack()472 pcb->dp_state = DN_STATE_GOT_HERALD_PORT; in debugnet_handle_ack()679 .dp_state = DN_STATE_INIT, in debugnet_connect()[all …]
75 enum dnet_pcb_st dp_state; member