Searched refs:debugnet_ether_output (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/ |
H A D | debugnet_inet.c | 260 return (debugnet_ether_output(m, ifp, bcast, ETHERTYPE_ARP)); in debugnet_send_arp() 390 debugnet_ether_output(m, ifp, dst, ETHERTYPE_ARP); in debugnet_handle_arp() 500 return (debugnet_ether_output(m, ifp, pcb->dp_gw_mac, ETHERTYPE_IP)); in debugnet_ip_output()
|
H A D | debugnet_int.h | 87 int debugnet_ether_output(struct mbuf *, struct ifnet *, struct ether_addr,
|
H A D | debugnet.c | 152 debugnet_ether_output(struct mbuf *m, struct ifnet *ifp, struct ether_addr dst, in debugnet_ether_output() function
|