Searched refs:nmreq (Results 1 – 2 of 2) sorted by relevance
150 struct nmreq { struct251 #define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */252 #define NIOCREGIF _IOWR('i', 146, struct nmreq) /* interface register */
260 struct nmreq req; /* also contains the nr_name = ifname */333 static struct nm_desc *nm_open(const char *ifname, const struct nmreq *req,477 szIn = sizeof(struct nmreq); in win_nm_ioctl_internal()478 szOut = sizeof(struct nmreq); in win_nm_ioctl_internal()812 nm_open(const char *ifname, const struct nmreq *req, in nm_open()