Searched defs:nmreq_header (Results 1 – 1 of 1) sorted by relevance
494 struct nmreq_header { struct495 uint16_t nr_version; /* API version */496 uint16_t nr_reqtype; /* nmreq type (NETMAP_REQ_*) */497 uint32_t nr_reserved; /* must be zero */499 char nr_name[NETMAP_REQ_IFNAMSIZ]; /* port name */500 uint64_t nr_options; /* command-specific options */501 uint64_t nr_body; /* ptr to nmreq_xyz struct */