Searched refs:nd_if (Results 1 – 3 of 3) sorted by relevance
136 struct ifnet *ifp = np->nd_if; in ndrv_output()251 np->nd_if = NULL; in ndrv_attach()408 np->nd_if = ifp; in ndrv_bind()583 ifp = np->nd_if; in ndrv_do_detach()678 if (np->nd_if == NULL) { in ndrv_setspec()784 error = ifnet_attach_protocol(np->nd_if, ndrvSpec.protocol_family, in ndrv_setspec()840 result = ifnet_detach_protocol(np->nd_if, np->nd_proto_family); in ndrv_delspec()859 np->nd_if == ifp) { in ndrv_find_inbound()880 ifp = np->nd_if; in ndrv_handle_ifp_detach()889 np->nd_if = NULL; in ndrv_handle_ifp_detach()[all …]
65 struct ifnet *nd_if; /* obsolete, maintained for binary compatibility */ member
210 if (ndrv_cb->nd_if != 0) { in fill_socketinfo()211 struct ifnet *ifp = ndrv_cb->nd_if; in fill_socketinfo()