Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnet.modulemap78 module ndrv {
79 header "net/ndrv.h"
H A Dndrv.c95 static int ndrv_to_ifnet_demux(struct ndrv_demux_desc* ndrv, struct ifnet_demux_desc* ifdemux);
798 ndrv_to_ifnet_demux(struct ndrv_demux_desc* ndrv, struct ifnet_demux_desc* ifdemux) in ndrv_to_ifnet_demux() argument
802 if (ndrv->type < DLIL_DESC_ETYPE2) { in ndrv_to_ifnet_demux()
807 if (ndrv->length > 28) { in ndrv_to_ifnet_demux()
811 ifdemux->type = ndrv->type; in ndrv_to_ifnet_demux()
812 ifdemux->data = ndrv->data.other; in ndrv_to_ifnet_demux()
813 ifdemux->datalen = ndrv->length; in ndrv_to_ifnet_demux()
H A DMakefile35 ndrv.h \
/xnu-8019.80.24/bsd/conf/
H A Dfiles235 bsd/net/ndrv.c optional networking