Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dnetmap.h501 struct nmreq_header { struct
502 uint16_t nr_version; /* API version */
503 uint16_t nr_reqtype; /* nmreq type (NETMAP_REQ_*) */
504 uint32_t nr_reserved; /* must be zero */
506 char nr_name[NETMAP_REQ_IFNAMSIZ]; /* port name */
507 uint64_t nr_options; /* command-specific options */
508 uint64_t nr_body; /* ptr to nmreq_xyz struct */