Searched refs:ndrv (Results 1 – 4 of 4) sorted by relevance
83 module ndrv {84 header "net/ndrv.h"
95 static int ndrv_to_ifnet_demux(struct ndrv_demux_desc* ndrv, struct ifnet_demux_desc* ifdemux);809 ndrv_to_ifnet_demux(struct ndrv_demux_desc* ndrv, struct ifnet_demux_desc* ifdemux) in ndrv_to_ifnet_demux() argument813 if (ndrv->type < DLIL_DESC_ETYPE2) { in ndrv_to_ifnet_demux()818 if (ndrv->length > 28) { in ndrv_to_ifnet_demux()822 ifdemux->type = ndrv->type; in ndrv_to_ifnet_demux()823 ifdemux->data = ndrv->data.other; in ndrv_to_ifnet_demux()824 ifdemux->datalen = ndrv->length; in ndrv_to_ifnet_demux()
43 ndrv.h \
183 bsd/net/ndrv.c optional networking