Home
last modified time | relevance | path

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

/freebsd/lib/libnetmap/
H A Dlibnetmap.h573 #define NMREQ_OPTF_ALLOWEMPTY (1U << 1) /* =value can be omitted */ macro
H A Dnmreq.c521 if (!(p->flags & NMREQ_OPTF_ALLOWEMPTY)) { in nmreq_option_decode1()