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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A DMakefile.am54 gremlin.c gremlin.h \
H A Dssl_common.h308 /* --gremlin bits */
309 int gremlin; member in struct:tls_options
H A Dforward.c36 #include "gremlin.h"
938 /* take action to corrupt packet if we are in gremlin test mode */
939 if (c->options.gremlin) {
940 if (!ask_gremlin (c->options.gremlin))
942 corrupt_gremlin (&c->c2.buf, c->options.gremlin);
1266 /* In gremlin-test mode, we may choose to drop this packet */
1267 if (!c->options.gremlin || ask_gremlin (c->options.gremlin))
H A Dsocket.c36 #include "gremlin.h"
1355 int gremlin,
1399 sock->gremlin = gremlin;
1777 const int gremlin = GREMLIN_CONNECTION_FLOOD_LEVEL (sock->gremlin); local
1779 const int gremlin = 0;
1787 if (!gremlin)
1795 if (!gremlin)
1814 if (!gremlin)
1339 link_socket_init_phase1(struct link_socket *sock, const bool connection_profiles_defined, const char *local_host, int local_port, const char *remote_host, int remote_port, int proto, int mode, const struct link_socket *accept_from, struct http_proxy_info *http_proxy, struct socks_proxy_info *socks_proxy, int gremlin, bool bind_local, bool remote_float, int inetd, struct link_socket_addr *lsa, const char *ipchange_command, const struct plugin_list *plugins, int resolve_retry_seconds, int connect_retry_seconds, int connect_timeout, int connect_retry_max, int mtu_discover_type, int rcvbuf, int sndbuf, int mark, unsigned int sockflags) argument
[all...]
H A Dsocket.h249 int gremlin; /* --gremlin bits */ member in struct:link_socket
315 int gremlin,
H A Doptions.h305 int gremlin; member in struct:options
H A DMakefile.in105 forward.h forward-inline.h fragment.c fragment.h gremlin.c \
106 gremlin.h helper.c helper.h httpdigest.c httpdigest.h lladdr.c \
132 fragment.$(OBJEXT) gremlin.$(OBJEXT) helper.$(OBJEXT) \
359 forward.h forward-inline.h fragment.c fragment.h gremlin.c \
360 gremlin.h helper.c helper.h httpdigest.c httpdigest.h lladdr.c \
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gremlin.Po@am__quote@
H A Dinit.c40 #include "gremlin.h"
1867 if (GREMLIN_CONNECTION_FLOOD_LEVEL (c->options.gremlin))
2242 to.gremlin = c->options.gremlin;
2644 c->options.gremlin,
H A Dmulti.c39 #include "gremlin.h"
2532 const int level = GREMLIN_PACKET_FLOOD_LEVEL (m->top.options.gremlin);
H A Dssl.c61 #include "gremlin.h"
2683 const int throw_level = GREMLIN_CONNECTION_FLOOD_LEVEL (multi->opt.gremlin);
H A Doptions.c363 "--gremlin mask : Special stress testing mode (for debugging only).\n"
1494 SHOW_INT (gremlin);
4492 else if (streq (p[0], "gremlin") && p[1])
4495 options->gremlin = positive_atoi (p[1]);

Completed in 239 milliseconds