Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetmap.h513 struct nmreq_header { struct
514 uint16_t nr_version; /* API version */
515 uint16_t nr_reqtype; /* nmreq type (NETMAP_REQ_*) */
516 uint32_t nr_reserved; /* must be zero */
518 char nr_name[NETMAP_REQ_IFNAMSIZ]; /* port name */
519 uint64_t nr_options; /* command-specific options */
520 uint64_t nr_body; /* ptr to nmreq_xyz struct */