Home
last modified time | relevance | path

Searched defs:ndev (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/net/lwip/
H A Dndev.c94 static struct ndev { struct
95 endpoint_t ndev_endpt; /* driver endpoint */ argument
96 char ndev_label[LABEL_MAX]; /* driver label */ argument
97 struct ethif *ndev_ethif; /* ethif object, or NULL if init'ing */ argument
98 struct ndev_queue ndev_sendq; /* packet send and configure queue */ argument
99 struct ndev_queue ndev_recvq; /* packet receive queue */ argument
108 #define NDEV_ACTIVE(ndev) ((ndev)->ndev_sendq.nq_max > 0) argument
342 ndev_send_init(struct ndev * ndev) in ndev_send_init()
362 struct ndev *ndev; in ndev_up() local
433 ndev_down(struct ndev * ndev) in ndev_down()
[all …]
/minix3/external/bsd/bind/dist/lib/isc/win32/
H A Dsocket.c392 isc_socket_newconnev_t *ndev; in sock_dump() local