OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encaptype
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/ip/
link_gre.c
73
__u16
encaptype
= 0;
local
145
encaptype
= rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_TYPE]);
265
encaptype
= TUNNEL_ENCAP_NONE;
269
encaptype
= TUNNEL_ENCAP_FOU;
271
encaptype
= TUNNEL_ENCAP_GUE;
273
encaptype
= TUNNEL_ENCAP_NONE;
330
addattr16(n, 1024, IFLA_GRE_ENCAP_TYPE,
encaptype
);
link_iptnl.c
78
__u16
encaptype
= 0;
local
145
encaptype
= rta_getattr_u16(iptuninfo[IFLA_IPTUN_ENCAP_TYPE]);
230
encaptype
= TUNNEL_ENCAP_NONE;
234
encaptype
= TUNNEL_ENCAP_FOU;
236
encaptype
= TUNNEL_ENCAP_GUE;
238
encaptype
= TUNNEL_ENCAP_NONE;
301
addattr16(n, 1024, IFLA_IPTUN_ENCAP_TYPE,
encaptype
);
iproute.c
80
fprintf(stderr, "NH := [ encap
ENCAPTYPE
ENCAPHDR ] [ via [ FAMILY ] ADDRESS ]\n");
100
fprintf(stderr, "
ENCAPTYPE
:= [ mpls | ip | ip6 ]\n");
[
all
...]
/external/iproute2/man/man8/
ip-route.8.in
617
.BI encap "
ENCAPTYPE
ENCAPHDR"
620
.I
ENCAPTYPE
634
.I
ENCAPTYPE
.
Completed in 9865 milliseconds