Home
last modified time | relevance | path

Searched refs:dlil_output (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.121.6/bsd/net/
H A Dether_if_module.c649 dlil_output(lo_ifp, ndest->sa_family, in ether_frameout_extended()
654 dlil_output(lo_ifp, ndest->sa_family, *m, in ether_frameout_extended()
H A Ddlil.h317 extern int dlil_output(ifnet_t, protocol_family_t, mbuf_t, void *,
H A Ddlil_output.c65 dlil_output(ifnet_t ifp, protocol_family_t proto_family, mbuf_t packetlist, in dlil_output() function
H A Dif_vlan.c1099 err = dlil_output(p, PF_VLAN, m, NULL, NULL, in vlan_output()
H A Dkpi_interface.c1354 return dlil_output(interface, protocol_family, m, route, dest, in ifnet_output()
1367 return dlil_output(interface, protocol_family, m, NULL, NULL, in ifnet_output_raw()
H A Dbpf.c1708 error = dlil_output(ifp, 0, m, NULL, NULL, in bpfwrite()
1714 error = dlil_output(ifp, PF_INET, m, NULL, SA(dst_buf), in bpfwrite()
H A Dif_bond.c1593 error = dlil_output(port_ifp, PF_BOND, m, NULL, NULL, flags, &adv); in bond_output()
H A Dif_bridge.c4508 error = dlil_output(ifp, 0, m, NULL, NULL, flags, &adv);
/xnu-11417.121.6/bsd/netinet/
H A Dip_output.c1684 error = dlil_output(ifp, PF_INET, m, ro->ro_rt, in ip_output_list()
1712 error = dlil_output(ifp, PF_INET, packetlist, in ip_output_list()
1831 error = dlil_output(ifp, PF_INET, m, ro->ro_rt, in ip_output_list()
3117 dlil_output(lo_ifp, PF_INET, copym, NULL, SA(dst), 0, NULL); in ip_mloopback()
H A Din_arp.c2158 dlil_output(ifp, PF_INET, m0, (caddr_t)route, in arp_ip_handle_input()
/xnu-11417.121.6/bsd/netinet6/
H A Dnd6.c4308 error = dlil_output(origifp, PF_INET6, m0, (caddr_t)rt, in nd6_output_list()
4356 error = dlil_output(ifp, PF_INET6, m0, (caddr_t)rt, SA(dst), 0, adv); in nd6_output_list()
H A Dip6_output.c4241 dlil_output(lo_ifp, PF_INET6, copym, NULL, SA(dst), 0, NULL); in ip6_mloopback()
/xnu-11417.121.6/bsd/conf/
H A Dfiles175 bsd/net/dlil_output.c optional networking bound-checks