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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmtu.h164 #define PAYLOAD_SIZE_DYNAMIC(f) ((f)->link_mtu_dynamic - (f)->extra_frame) macro
H A Dfragment.c316 if (buf->len > PAYLOAD_SIZE_DYNAMIC(frame)) /* should we fragment? */
321 f->outgoing_frag_size = optimal_fragment_size (buf->len, PAYLOAD_SIZE_DYNAMIC(frame));
H A Dssl.c2467 int status = key_state_read_ciphertext (&ks->ks_ssl, buf, PAYLOAD_SIZE_DYNAMIC (&multi->opt.frame));

Completed in 52 milliseconds