Searched refs:tunnels (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex113 tunnel device \verb|tunl0| and another tunnels may be created with command
142 Standard Linux-2.2 kernel supports three flavor of tunnels,
156 \noindent All the kinds of tunnels are created with one command:
184 say that they are zero or wildcard. Two tunnels of one mode cannot
187 This restriction is relaxed for keyed GRE tunnels.}
189 Tunnels are divided to two classes: {\bf pointopoint} tunnels, which
191 to this destination, and {\bf NBMA} (i.e. Non-Broadcast Multi-Access) tunnels,
198 it with another devices. Certainly, the configuration of tunnels has
207 Protocol setup on pointopoint tunnels does not differ of configuration
211 NBMA tunnels ar
[all...]
H A DMakefile1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
H A Dip-cref.tex470 of tunnels over IP are printed as dotted-quad IP addresses.
2337 \paragraph{Object:} \verb|tunnel| objects are tunnels, encapsulating
2404 --- (only GRE tunnels) use keyed GRE with key \verb|K|. \verb|K| is
2412 --- (only GRE tunnels) generate/require checksums for tunneled packets.
2420 --- (only GRE tunnels) serialize packets.
2441 \subsection{{\tt ip tunnel show} --- list tunnels}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c49 struct tunnel_list tunnels; variable in typeref:struct:tunnel_list
114 fprintf (f, "Number of tunnels open: %d\n", tunnels.count);
116 t = tunnels.head;
198 t = tunnels.head;
242 st = tunnels.head;
413 st = tunnels.head;
488 * Remove ourselves from the list of tunnels
491 if (tunnels.head == t)
493 tunnels
[all...]
H A Dnetwork.c291 st = tunnels.head;
302 st = tunnels.head;
481 st = tunnels.head;
H A Dcall.c575 st = tunnels.head;
599 st = tunnels.head;
683 st->next = tunnels.head;
684 tunnels.head = st;
685 tunnels.count++;
H A Dl2tp.h45 tunnels to exist */
191 extern struct tunnel_list tunnels;
H A Dcontrol.c421 y = tunnels.head;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_debugfs.c36 static struct dentry *tunnels; variable in typeref:struct:dentry
316 tunnels = debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops);
317 if (tunnels == NULL)
331 debugfs_remove(tunnels);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtunala.c13 * These represent running "tunnels". Eg. if you wanted to do SSL in a
63 /* The array of tunnels */
64 tunala_item_t *tunnels; member in struct:_tunala_world_t
65 /* the number of tunnels in use and allocated, respectively */
312 /* Some fprintf format strings used when tunnels close */
563 world.tunnels = NULL;
569 /* Should we listen for *new* tunnels? */
572 /* We should add in our existing tunnels */
574 selector_add_tunala(&world.selector, world.tunnels + loop);
608 t_item = world.tunnels;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c13 /* These represent running "tunnels". Eg. if you wanted to do SSL in a
51 /* The array of tunnels */
52 tunala_item_t *tunnels; member in struct:_tunala_world_t
53 /* the number of tunnels in use and allocated, respectively */
282 /* Some fprintf format strings used when tunnels close */
516 world.tunnels = NULL;
522 /* Should we listen for *new* tunnels? */
525 /* We should add in our existing tunnels */
527 selector_add_tunala(&world.selector, world.tunnels + loop);
560 t_item = world.tunnels;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtunala.c13 * These represent running "tunnels". Eg. if you wanted to do SSL in a
63 /* The array of tunnels */
64 tunala_item_t *tunnels; member in struct:_tunala_world_t
65 /* the number of tunnels in use and allocated, respectively */
312 /* Some fprintf format strings used when tunnels close */
563 world.tunnels = NULL;
569 /* Should we listen for *new* tunnels? */
572 /* We should add in our existing tunnels */
574 selector_add_tunala(&world.selector, world.tunnels + loop);
608 t_item = world.tunnels;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dipip.c41 Made the tunnels use dev->name not tunnel: when error reporting.
129 struct ip_tunnel **tunnels[4]; member in struct:ipip_net
188 return &ipn->tunnels[prio][h];
763 struct ip_tunnel *t = ipn->tunnels[prio][h];
778 ipn->tunnels[0] = ipn->tunnels_wc;
779 ipn->tunnels[1] = ipn->tunnels_l;
780 ipn->tunnels[2] = ipn->tunnels_r;
781 ipn->tunnels[3] = ipn->tunnels_r_l;
H A Dip_gre.c80 do not work over tunnels.
96 We force DF flag on tunnels with preconfigured hop limit,
131 struct ip_tunnel *tunnels[4][HASH_SIZE]; member in struct:ipgre_net
150 All keysless packets, if not matched configured keyless tunnels
156 #define tunnels_r_l tunnels[3]
157 #define tunnels_r tunnels[2]
158 #define tunnels_l tunnels[1]
159 #define tunnels_wc tunnels[0]
308 return &ign->tunnels[prio][h];
428 GRE tunnels wit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dsit.c75 struct ip_tunnel **tunnels[4]; member in struct:sit_net
140 return &sitn->tunnels[prio][h];
1148 struct ip_tunnel *t = sitn->tunnels[prio][h];
1163 sitn->tunnels[0] = sitn->tunnels_wc;
1164 sitn->tunnels[1] = sitn->tunnels_l;
1165 sitn->tunnels[2] = sitn->tunnels_r;
1166 sitn->tunnels[3] = sitn->tunnels_r_l;

Completed in 282 milliseconds