Searched refs:PF_NDRV (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dndrv.c37 * PF_NDRV allows raw access to a specified network device, directly
45 * PF_NDRV permits a fairly flexible mechanism for implementing
359 // PPP doesn't support PF_NDRV.
370 result = ifnet_attach_protocol(ifp, PF_NDRV, &ndrv_proto);
375 np->nd_proto_family = PF_NDRV;
550 if (proto_family != PF_NDRV && proto_family != 0) {
564 /* If there are no other interfaces, detach PF_NDRV from the interface */
567 ifnet_detach_protocol(ifp, PF_NDRV);
673 if (np->nd_proto_family != PF_NDRV)
812 if (np->nd_proto_family == PF_NDRV ||
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dsocket_info.c194 case PF_NDRV: {
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h523 #define PF_NDRV AF_NDRV macro

Completed in 20 milliseconds