Searched refs:nd_proto_family (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dndrv_var.h67 u_int32_t nd_proto_family; member in struct:ndrv_cb
H A Dndrv.c153 result = ifnet_output_raw(ifp, np->nd_proto_family, m);
240 np->nd_proto_family = 0;
375 np->nd_proto_family = PF_NDRV;
378 np->nd_proto_family = 0;
548 u_int32_t proto_family = np->nd_proto_family;
668 if (np->nd_proto_family != PF_NDRV)
766 np->nd_proto_family = ndrvSpec.protocol_family;
807 if (np->nd_proto_family == PF_NDRV ||
808 np->nd_proto_family == 0)
812 result = ifnet_detach_protocol(np->nd_if, np->nd_proto_family);
[all...]

Completed in 18 milliseconds