Home
last modified time | relevance | path

Searched refs:nmreq (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dnetmap.h474 struct nmreq { struct
594 #define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */
595 #define NIOCREGIF _IOWR('i', 146, struct nmreq) /* interface register */
H A Dnetmap_user.h224 struct nmreq req; /* also contains the nr_name = ifname */
329 static struct nm_desc *nm_open(const char *ifname, const struct nmreq *req,
475 szIn = sizeof(struct nmreq); in win_nm_ioctl_internal()
476 szOut = sizeof(struct nmreq); in win_nm_ioctl_internal()
608 nm_open(const char *ifname, const struct nmreq *req, in nm_open()
/mOS-networking-stack/core/src/
H A Dnetmap_module.c77 struct nmreq base_nmd; in netmap_init_handle()