Searched refs:FRAG_YES_NOTLAST (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.h209 #define FRAG_YES_NOTLAST 1 /**< Fragment type indicating packet is macro
249 * IF FRAG_WHOLE or FRAG_YES_NOTLAST, these 16 bits are available (not currently used)
313 * - \c FRAG_YES_NOTLAST or \c FRAG_YES_LAST: the packet is part of a
H A Dfragment.c157 if (frag_type == FRAG_WHOLE || frag_type == FRAG_YES_NOTLAST)
174 else if (frag_type == FRAG_YES_NOTLAST || frag_type == FRAG_YES_LAST)
260 if (type == FRAG_WHOLE || type == FRAG_YES_NOTLAST)
376 last ? FRAG_YES_LAST : FRAG_YES_NOTLAST,

Completed in 63 milliseconds