Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dndrv.c93 static struct ndrv_cb *ndrv_find_inbound(struct ifnet *ifp, u_int32_t protocol_family);
203 np = ndrv_find_inbound(ifp, proto_family); in ndrv_input()
848 ndrv_find_inbound(struct ifnet *ifp, u_int32_t protocol) in ndrv_find_inbound() function