Searched refs:FRAG_YES_LAST (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.h167 * FRAG_YES_LAST) using the \c
212 #define FRAG_YES_LAST 2 /**< Fragment type indicating packet is macro
232 * IF FRAG_YES_LAST (FRAG_SIZE):
313 * - \c FRAG_YES_NOTLAST or \c FRAG_YES_LAST: the packet is part of a
H A Dfragment.c174 else if (frag_type == FRAG_YES_NOTLAST || frag_type == FRAG_YES_LAST)
178 const int size = ((frag_type == FRAG_YES_LAST)
213 frag->map |= (((frag_type == FRAG_YES_LAST) ? FRAG_MAP_MASK : 1) << n);
376 last ? FRAG_YES_LAST : FRAG_YES_NOTLAST,

Completed in 109 milliseconds