Searched refs:nd_proto_family (Results 1 – 2 of 2) sorted by relevance
158 result = ifnet_output_raw(ifp, np->nd_proto_family, m); in ndrv_output()253 np->nd_proto_family = 0; in ndrv_attach()404 np->nd_proto_family = PF_NDRV; in ndrv_bind()406 np->nd_proto_family = 0; in ndrv_bind()586 u_int32_t proto_family = np->nd_proto_family; in ndrv_do_detach()676 if (np->nd_proto_family != PF_NDRV) { in ndrv_setspec()783 np->nd_proto_family = ndrvSpec.protocol_family; in ndrv_setspec()792 np->nd_proto_family = PF_NDRV; in ndrv_setspec()835 if (np->nd_proto_family == PF_NDRV || in ndrv_delspec()836 np->nd_proto_family == 0) { in ndrv_delspec()[all …]
66 u_int32_t nd_proto_family; member