Home
last modified time | relevance | path

Searched refs:DN_STATE_HAVE_GW_MAC (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Ddebugnet_inet.c357 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()
H A Ddebugnet_int.h51 DN_STATE_HAVE_GW_MAC, enumerator
H A Ddebugnet.c105 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()
745 MPASS(pcb->dp_state == DN_STATE_HAVE_GW_MAC); in debugnet_connect()