Lines Matching refs:dp_state
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()
794 MPASS(pcb->dp_state == DN_STATE_HAVE_GW_MAC); in debugnet_connect()