Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dndrv.c92 static struct ndrv_cb *ndrv_find_inbound(struct ifnet *ifp, u_int32_t protocol_family);
202 np = ndrv_find_inbound(ifp, proto_family); in ndrv_input()
836 ndrv_find_inbound(struct ifnet *ifp, u_int32_t protocol) in ndrv_find_inbound() function