Searched refs:dp_state (Results 1 – 3 of 3) sorted by relevance
356 MPASS(pcb->dp_state == DN_STATE_INIT); in debugnet_handle_arp()357 pcb->dp_state = DN_STATE_HAVE_GW_MAC; in debugnet_handle_arp()408 pcb->dp_state < DN_STATE_HAVE_GW_MAC; polls++) { in debugnet_arp_gw()412 if (pcb->dp_state >= DN_STATE_HAVE_GW_MAC) in debugnet_arp_gw()416 if (pcb->dp_state >= DN_STATE_HAVE_GW_MAC) in debugnet_arp_gw()451 MPASS(pcb->dp_state >= DN_STATE_HAVE_GW_MAC); in debugnet_ip_output()
105 pcb->dp_state >= DN_STATE_HAVE_GW_MAC); in debugnet_get_gw_mac()171 MPASS(pcb->dp_state >= DN_STATE_HAVE_GW_MAC); in debugnet_udp_output()245 if (pcb->dp_state == DN_STATE_REMOTE_CLOSED) in debugnet_send()339 if (pcb->dp_state == DN_STATE_REMOTE_CLOSED) in debugnet_send()395 pcb->dp_state = DN_STATE_REMOTE_CLOSED; in debugnet_handle_rx_msg()432 if (pcb->dp_state < DN_STATE_GOT_HERALD_PORT) { in debugnet_handle_ack()434 pcb->dp_state = DN_STATE_GOT_HERALD_PORT; in debugnet_handle_ack()632 .dp_state = DN_STATE_INIT, in debugnet_connect()745 MPASS(pcb->dp_state == DN_STATE_HAVE_GW_MAC); in debugnet_connect()
75 enum dnet_pcb_st dp_state; member