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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmtu.h201 bool tun_mtu_defined,
H A Dmtu.c59 bool tun_mtu_defined,
63 if (tun_mtu_defined)
56 frame_finalize(struct frame *frame, bool link_mtu_defined, int link_mtu, bool tun_mtu_defined, int tun_mtu) argument
H A Doptions.h114 bool tun_mtu_defined; /* true if user overriding parm with command line option */ member in struct:connection_entry
H A Doptions.c1361 SHOW_BOOL (tun_mtu_defined);
1881 if (options->ce.tun_mtu_defined && options->ce.link_mtu_defined)
2400 if (!ce->tun_mtu_defined && !ce->link_mtu_defined)
2402 ce->tun_mtu_defined = true;
4737 options->ce.tun_mtu_defined = true;
H A Dinit.c1935 o->ce.tun_mtu_defined,

Completed in 184 milliseconds