Searched refs:FRAG_WHOLE (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.h207 #define FRAG_WHOLE 0 /**< Fragment type indicating packet is macro
249 * IF FRAG_WHOLE or FRAG_YES_NOTLAST, these 16 bits are available (not currently used)
310 * - \c FRAG_WHOLE: the packet is not fragmented, and this function does
366 * (FRAG_WHOLE) prepended.
H A Dfragment.c157 if (frag_type == FRAG_WHOLE || frag_type == FRAG_YES_NOTLAST)
163 if (frag_type == FRAG_WHOLE)
166 "FRAG_IN buf->len=%d type=FRAG_WHOLE flags="
172 FRAG_ERR ("spurrious FRAG_WHOLE flags");
260 if (type == FRAG_WHOLE || type == FRAG_YES_NOTLAST)
337 FRAG_WHOLE,

Completed in 61 milliseconds