Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Ddebugnet_int.h87 int debugnet_ether_output(struct mbuf *, struct ifnet *, struct ether_addr,
H A Ddebugnet_inet.c258 return (debugnet_ether_output(m, ifp, bcast, ETHERTYPE_ARP)); in debugnet_send_arp()
382 debugnet_ether_output(m, ifp, dst, ETHERTYPE_ARP); in debugnet_handle_arp()
492 return (debugnet_ether_output(m, ifp, pcb->dp_gw_mac, ETHERTYPE_IP)); in debugnet_ip_output()
H A Ddebugnet.c129 debugnet_ether_output(struct mbuf *m, struct ifnet *ifp, struct ether_addr dst, in debugnet_ether_output() function