debugnet_ether_output
return (debugnet_ether_output(m, ifp, bcast, ETHERTYPE_ARP));
debugnet_ether_output(m, ifp, dst, ETHERTYPE_ARP);
return (debugnet_ether_output(m, ifp, pcb->dp_gw_mac, ETHERTYPE_IP));
int debugnet_ether_output(struct mbuf *, struct ifnet *, struct ether_addr,