Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetmap_legacy.h150 struct nmreq { struct
251 #define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */
252 #define NIOCREGIF _IOWR('i', 146, struct nmreq) /* interface register */
H A Dnetmap_user.h260 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()