Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dether_if_module.c654 dlil_output(lo_ifp, ndest->sa_family, in ether_frameout_extended()
659 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.c1359 return dlil_output(interface, protocol_family, m, route, dest, in ifnet_output()
1372 return dlil_output(interface, protocol_family, m, NULL, NULL, in ifnet_output_raw()
H A Dbpf.c1734 error = dlil_output(ifp, 0, m, NULL, NULL, in bpfwrite()
1740 error = dlil_output(ifp, PF_INET, m, NULL, SA(dst_buf), in bpfwrite()
H A Dif_bond.c1594 error = dlil_output(port_ifp, PF_BOND, m, NULL, NULL, flags, &adv); in bond_output()
H A Dif_bridge.c4603 error = dlil_output(ifp, 0, m, NULL, NULL, flags, &adv);
/xnu-12377.61.12/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()
3126 dlil_output(lo_ifp, PF_INET, copym, NULL, SA(dst), 0, NULL); in ip_mloopback()
H A Din_arp.c2173 dlil_output(ifp, PF_INET, m0, (caddr_t)route, in arp_ip_handle_input()
/xnu-12377.61.12/bsd/netinet6/
H A Dnd6.c4333 error = dlil_output(origifp, PF_INET6, m0, (caddr_t)rt, in nd6_output_list()
4382 error = dlil_output(ifp, PF_INET6, m0, (caddr_t)rt, SA(dst), 0, adv); in nd6_output_list()
H A Dip6_output.c4253 dlil_output(lo_ifp, PF_INET6, copym, NULL, SA(dst), 0, NULL); in ip6_mloopback()
/xnu-12377.61.12/bsd/conf/
H A Dfiles174 bsd/net/dlil_output.c optional networking bound-checks