Home
last modified time | relevance | path

Searched refs:NMREQ_OPTF_DISABLED (Results 1 – 3 of 3) sorted by last modified time

/freebsd/lib/libnetmap/
H A Dnmreq.c508 if (p->flags & NMREQ_OPTF_DISABLED) { in nmreq_option_decode1()
H A Dlibnetmap.h572 #define NMREQ_OPTF_DISABLED (1U << 0) macro
H A Dnmport.c382 NPOPT_DECL(offset, NMREQ_OPTF_DISABLED) in NPOPT_DECL() argument
514 p->flags |= NMREQ_OPTF_DISABLED; in nmport_disable_option()
526 p->flags &= ~NMREQ_OPTF_DISABLED; in nmport_enable_option()