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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.c118 packet_id_alloc_outgoing (&opt->packet_id->send, &pin, BOOL_CAST (opt->flags & CO_PACKET_ID_LONG_FORM));
119 ASSERT (packet_id_write (&pin, buf, BOOL_CAST (opt->flags & CO_PACKET_ID_LONG_FORM), true));
192 packet_id_alloc_outgoing (&opt->packet_id->send, &pin, BOOL_CAST (opt->flags & CO_PACKET_ID_LONG_FORM));
193 ASSERT (packet_id_write (&pin, buf, BOOL_CAST (opt->flags & CO_PACKET_ID_LONG_FORM), true));
327 if (!packet_id_read (&pin, &work, BOOL_CAST (opt->flags & CO_PACKET_ID_LONG_FORM)))
355 if (!packet_id_read (&pin, &work, BOOL_CAST (opt->flags & CO_PACKET_ID_LONG_FORM)))
367 if (opt->pid_persist && (opt->flags & CO_PACKET_ID_LONG_FORM))
H A Dcrypto.h148 # define CO_PACKET_ID_LONG_FORM (1<<0) macro
H A Dinit.c2009 c->c2.crypto_options.flags |= CO_PACKET_ID_LONG_FORM;
2192 to.crypto_flags_and = ~(CO_PACKET_ID_LONG_FORM);
2194 to.crypto_flags_or = CO_PACKET_ID_LONG_FORM;
2274 to.tls_auth.flags |= CO_PACKET_ID_LONG_FORM;
H A Dssl.c1064 tas->tls_auth_options.flags |= CO_PACKET_ID_LONG_FORM;

Completed in 82 milliseconds