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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dether_if_module.c539 dlil_output(lo_ifp, ndest->sa_family,
543 dlil_output(lo_ifp, ndest->sa_family, *m,
H A Ddlil.h277 extern int dlil_output(ifnet_t, protocol_family_t, mbuf_t, void *,
H A Dbpf.c1254 error = dlil_output(ifp, 0, m, NULL, NULL, 1, NULL);
1256 error = dlil_output(ifp, PF_INET, m, NULL,
H A Dkpi_interface.c1010 return (dlil_output(interface, protocol_family, m, route, dest, 0, NULL));
1021 return (dlil_output(interface, protocol_family, m, NULL, NULL, 1, NULL));
H A Dif_vlan.c1206 err = dlil_output(p, PF_VLAN, m, NULL, NULL, 1, &adv);
H A Dif_bond.c1495 err = dlil_output(port_ifp, PF_BOND, m, NULL, NULL, 1, &adv);
H A Dif_bridge.c3631 _error = dlil_output(dst_ifp, 0, m, NULL, NULL, 1, &adv);
H A Ddlil.c3686 * dlil_output
3703 dlil_output(ifnet_t ifp, protocol_family_t proto_family, mbuf_t packetlist, function
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_output.c1630 * we need to call dlil_output to run filters
1634 dlil_output(lo_ifp, PF_INET, m, NULL,
1760 error = dlil_output(ifp, PF_INET, m, ro->ro_rt,
1763 printf("dlil_output error on interface %s: %d\n",
1786 error = dlil_output(ifp, PF_INET, packetlist,
1789 printf("dlil_output error on interface %s: %d\n",
1861 error = dlil_output(ifp, PF_INET, m, ro->ro_rt,
1864 printf("dlil_output error on interface %s: %d\n",
3105 dlil_output(lo_ifp, PF_INET, copym, NULL, SA(dst), 0, NULL);
H A Din_dhcp.c312 return dlil_output(ifp, PF_INET, m, 0, (struct sockaddr *)&dest, 0, NULL);
H A Din_arp.c1722 dlil_output(ifp, PF_INET, m0, (caddr_t)route,
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.c3619 error = dlil_output(origifp, PF_INET6, m, (caddr_t)rt,
3655 error = dlil_output(ifp, PF_INET6, m, (caddr_t)rt, SA(dst), 0, adv);
H A Dip6_output.c3774 dlil_output(lo_ifp, PF_INET6, copym, NULL, SA(dst), 0, NULL);

Completed in 327 milliseconds