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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_loop.c239 return ifnet_input(ifp, m_list, NULL);
H A Dkpi_interface.h1030 @function ifnet_input
1043 errno_t ifnet_input(ifnet_t interface, mbuf_t first_packet,
1201 ifnet_input.
H A Dif_stf.c750 ifnet_input(ifp, m, &stats);
H A Ddlil.c821 ifnet_input( function
851 panic("ifnet_input - invalid mbuf %p\n", m_tail);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_gif.c308 ifnet_input(gifp, m, NULL);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_gif.c294 if (m->m_pkthdr.rcvif) /* replace the rcvif by gifp for ifnet_input to route it correctly */
297 ifnet_input(gifp, m, NULL);
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8711 result = ifnet_input(pcb->ifp, m, &incs);
8714 printf("ipsecif_ctl_send - ifnet_input failed: %d\n", result);

Completed in 83 milliseconds