Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Ddebugnet.c635 .dp_gateway = dcp->dc_gateway, in debugnet_connect()
647 if (pcb->dp_client == INADDR_ANY || pcb->dp_gateway == INADDR_ANY || in debugnet_connect()
687 if (pcb->dp_gateway == INADDR_ANY && gw_sin != NULL) in debugnet_connect()
688 pcb->dp_gateway = gw_sin->sin_addr.s_addr; in debugnet_connect()
700 if (pcb->dp_gateway != INADDR_ANY) in debugnet_connect()
701 inet_ntop(AF_INET, &pcb->dp_gateway, gwbuf, sizeof(gwbuf)); in debugnet_connect()
704 (pcb->dp_gateway == INADDR_ANY) ? "" : " via ", in debugnet_connect()
705 (pcb->dp_gateway == INADDR_ANY) ? "" : gwbuf, in debugnet_connect()
H A Ddebugnet_int.h61 in_addr_t dp_gateway; member
H A Ddebugnet_inet.c343 if (isaddr.s_addr != pcb->dp_gateway && in debugnet_handle_arp()
420 if (pcb->dp_gateway != INADDR_ANY) { in debugnet_arp_gw()
422 dst = pcb->dp_gateway; in debugnet_arp_gw()