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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dfragment.c140 int frag_type = 0; local
150 frag_type = ((flags >> FRAG_TYPE_SHIFT) & FRAG_TYPE_MASK);
157 if (frag_type == FRAG_WHOLE || frag_type == FRAG_YES_NOTLAST)
163 if (frag_type == FRAG_WHOLE)
174 else if (frag_type == FRAG_YES_NOTLAST || frag_type == FRAG_YES_LAST)
178 const int size = ((frag_type == FRAG_YES_LAST)
189 frag_type,
213 frag->map |= (((frag_type
[all...]

Completed in 115 milliseconds