Searched refs:g_dnet_pcb (Results 1 – 1 of 1) sorted by relevance
96 static struct debugnet_pcb g_dnet_pcb; variable104 MPASS(g_debugnet_pcb_inuse && pcb == &g_dnet_pcb && in debugnet_get_gw_mac()563 debugnet_handle_arp(&g_dnet_pcb, &m); in debugnet_pkt_in()566 debugnet_handle_ip(&g_dnet_pcb, &m); in debugnet_pkt_in()601 MPASS(pcb == &g_dnet_pcb); in debugnet_free()613 memset(&g_dnet_pcb, 0xfd, sizeof(g_dnet_pcb)); in debugnet_free()630 pcb = &g_dnet_pcb; in debugnet_connect()