Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Ddebugnet.c282 pktlen = min(pktlen, pcb->dp_ifp->if_mtu - in debugnet_send()
635 ifp = pcb->dp_ifp; in debugnet_network_poll()
650 ifp = pcb->dp_ifp; in debugnet_free()
686 .dp_ifp = dcp->dc_ifp, in debugnet_connect()
696 pcb->dp_ifp == NULL) { in debugnet_connect()
738 if (pcb->dp_ifp == NULL) in debugnet_connect()
739 pcb->dp_ifp = rt_ifp; in debugnet_connect()
742 ifp = pcb->dp_ifp; in debugnet_connect()
H A Ddebugnet_int.h65 struct ifnet *dp_ifp; member
H A Ddebugnet_inet.c237 ifp = pcb->dp_ifp; in debugnet_send_arp()
461 ifp = pcb->dp_ifp; in debugnet_ip_output()