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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dforward.h39 #define TUN_OUT(c) (BLEN(&(c)->c2.to_tun) > 0)
155 * - Place the resulting packet in \c c->c2.to_tun so that it can be sent
215 * This function writes the packet stored in \c c->c2.to_tun to the
H A Dforward.c838 /*ASSERT (!c->c2.to_tun.len);*/
902 * Output: c->c2.to_tun
1071 buffer_turnover (orig_buf, &c->c2.to_tun, &c->c2.buf, &c->c2.buffers->read_link_buf);
1073 /* to_tun defined + unopened tuntap can cause deadlock */
1075 c->c2.to_tun.len = 0;
1079 buf_reset (&c->c2.to_tun);
1378 * Input: c->c2.to_tun
1390 if (c->c2.to_tun.len <= 0)
1399 process_ip_header (c, PIP_MSSFIX|PIPV4_EXTRACT_DHCP_ROUTER|PIPV4_CLIENT_NAT|PIPV4_OUTGOING, &c->c2.to_tun);
1401 if (c->c2.to_tun
[all...]
H A Dmulti.c2079 mi ? mi->context.c2.to_tun.len : -1,
2166 &c->c2.to_tun,
2177 c->c2.to_tun.len = 0;
2184 c->c2.to_tun.len = 0;
2193 multi_bcast (m, &c->c2.to_tun, m->pending, NULL);
2212 multi_unicast (m, &c->c2.to_tun, mi);
2213 register_activity (c, BLEN(&c->c2.to_tun));
2215 c->c2.to_tun.len = 0;
2220 if (c->c2.to_tun.len && !pf_addr_test (c, &dest, "tun_dest_addr"))
2224 c->c2.to_tun
[all...]
H A Dforward-inline.h261 if (c->c2.to_tun.len > 0)
H A Dmulti.h543 mi->context.c2.to_tun.len);
H A Dopenvpn.h394 struct buffer to_tun; member in struct:context_2

Completed in 113 milliseconds