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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dfragment.h205 #define FRAG_TYPE_SHIFT 0 /**< Bit shift for %fragment type info. */ macro
308 * bits (\c FRAG_TYPE_MASK and \c FRAG_TYPE_SHIFT) the packet is processed
H A Dfragment.c150 frag_type = ((flags >> FRAG_TYPE_SHIFT) & FRAG_TYPE_MASK);
256 fragment_header_type flags = ((type & FRAG_TYPE_MASK) << FRAG_TYPE_SHIFT)

Completed in 111 milliseconds