OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hoplimit
(Results
1 - 25
of
69
) sorted by null
1
2
3
/external/iproute2/ip/
iproute_lwtunnel.c
143
fprintf(fp, "
hoplimit
%d ", rta_getattr_u8(tb[LWTUNNEL_IP6_HOPLIMIT]));
300
} else if (strcmp(*argv, "
hoplimit
") == 0) {
301
__u8
hoplimit
;
local
304
duparg2("
hoplimit
", *argv);
305
if (get_u8(&
hoplimit
, *argv, 0))
306
invarg("\"
hoplimit
\" value is invalid\n", *argv);
307
rta_addattr8(rta, len, LWTUNNEL_IP6_HOPLIMIT,
hoplimit
);
link_gre6.c
38
fprintf(f, " [
hoplimit
TTL ] [ encaplimit ELIM ]\n");
239
!matches(*argv, "
hoplimit
")) {
350
fprintf(f, "
hoplimit
%d ", rta_getattr_u8(tb[IFLA_GRE_TTL]));
link_ip6tnl.c
38
fprintf(f ," [
hoplimit
HLIM ] [ tclass TCLASS ] [ flowlabel FLOWLABEL ]\n");
179
} else if (strcmp(*argv, "
hoplimit
") == 0 ||
318
fprintf(f, "
hoplimit
%u ", rta_getattr_u8(tb[IFLA_IPTUN_TTL]));
iplink_geneve.c
61
!matches(*argv, "
hoplimit
")) {
ip6tunnel.c
53
fprintf(stderr ," [
hoplimit
TTL ] [ tclass TCLASS ] [ flowlabel FLOWLABEL ]\n");
93
printf("
hoplimit
%u", p->hop_limit);
192
} else if (strcmp(*argv, "
hoplimit
") == 0 ||
iproute.c
52
[RTAX_HOPLIMIT] = "
hoplimit
",
87
fprintf(stderr, " [ rto_min TIME ] [
hoplimit
NUMBER ] [ initrwnd NUMBER ]\n");
939
} else if (strcmp(*argv, "
hoplimit
") == 0) {
940
unsigned
hoplimit
;
local
946
if (get_unsigned(&
hoplimit
, *argv, 0) ||
hoplimit
> 255)
947
invarg("\"
hoplimit
\" value is invalid\n", *argv);
948
rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT,
hoplimit
);
[
all
...]
iplink_vxlan.c
124
!matches(*argv, "
hoplimit
")) {
/external/iproute2/man/man8/
ip-tunnel.8
30
.RB "[ " ttl "|"
hoplimit
125
.BI
hoplimit
" N"
126
set a fixed TTL (IPv4) or
hoplimit
(IPv6)
/external/libnl/lib/route/
route_utils.c
152
__ADD(RTAX_HOPLIMIT,
hoplimit
)