Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Ddebugnet.c682 .dp_gateway = dcp->dc_gateway, in debugnet_connect()
695 if (pcb->dp_client == INADDR_ANY || pcb->dp_gateway == INADDR_ANY || in debugnet_connect()
736 if (pcb->dp_gateway == INADDR_ANY && gw_sin != NULL) in debugnet_connect()
737 pcb->dp_gateway = gw_sin->sin_addr.s_addr; in debugnet_connect()
749 if (pcb->dp_gateway != INADDR_ANY) in debugnet_connect()
750 inet_ntop(AF_INET, &pcb->dp_gateway, gwbuf, sizeof(gwbuf)); in debugnet_connect()
753 (pcb->dp_gateway == INADDR_ANY) ? "" : " via ", in debugnet_connect()
754 (pcb->dp_gateway == INADDR_ANY) ? "" : gwbuf, in debugnet_connect()
H A Ddebugnet_inet.c345 if (isaddr.s_addr != pcb->dp_gateway && in debugnet_handle_arp()
428 if (pcb->dp_gateway != INADDR_ANY) { in debugnet_arp_gw()
430 dst = pcb->dp_gateway; in debugnet_arp_gw()
H A Ddebugnet_int.h59 in_addr_t dp_gateway; member