Searched refs:PORTMAP_L1_MASK (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/net/npf/
H A Dnpf_portmap.c78 #define PORTMAP_L1_MASK ((1U << PORTMAP_L1_SHIFT) - 1) macro
305 b = UINT64_C(1) << (chunk_bit & PORTMAP_L1_MASK);
356 bm1->bits1[off] |= UINT64_C(1) << (v & PORTMAP_L1_MASK);
377 b = UINT64_C(1) << (chunk_bit & PORTMAP_L1_MASK);
417 b = UINT64_C(1) << (chunk_bit & PORTMAP_L1_MASK);

Completed in 115 milliseconds