Searched refs:ifnet_input (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_gif.c308 ifnet_input(gifp, m, NULL);
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6_gif.c306 /* Replace the rcvif by gifp for ifnet_input to route it correctly */
310 ifnet_input(gifp, m, NULL);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dnet_stubs.c114 STUB(ifnet_input); variable
H A Dif_utun.c978 result = ifnet_input(pcb->utun_ifp, m, &incs);
980 result = ifnet_input(pcb->utun_ifp, m, NULL);
985 printf("%s - ifnet_input failed: %d\n", __FUNCTION__, result);
H A Dif_stf.c825 ifnet_input(ifp, m, &stats);
H A Dkpi_interface.h2213 @function ifnet_input
2226 extern errno_t ifnet_input(ifnet_t interface, mbuf_t first_packet,
2243 stats. Unlike ifnet_input(), this parameter is required by
2476 ifnet_input.
H A Ddlil.c2258 ifnet_input(struct ifnet *ifp, struct mbuf *m_head, function
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_if.c686 ifnet_input(ifp, m, &statsinc);

Completed in 229 milliseconds