| /freebsd-14-stable/tests/sys/netpfil/pf/ |
| HD | scrub_pass.sh | 135 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-hlim=40 --expect-hlim=49 156 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-hlim=40 --expect-hlim=49
|
| HD | scrub.sh | 134 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-hlim=40 --expect-hlim=49 155 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-hlim=40 --expect-hlim=49
|
| HD | scrub_compat.sh | 135 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-hlim=40 --expect-hlim=49 156 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-hlim=40 --expect-hlim=49
|
| /freebsd-14-stable/tests/sys/netpfil/common/ |
| HD | pft_ping.py | 54 hlim = send_params.get('hlim') 59 if hlim: 60 ip6.hlim = hlim 168 hlim = expect_params.get('hlim') 183 if hlim and ip6.hlim != hlim:
|
| /freebsd-14-stable/sys/netinet6/ |
| HD | in6_src.c | 551 struct in6_addr *srcp, int *hlim) in in6_selectsrc_socket() argument 564 if (hlim != NULL) in in6_selectsrc_socket() 565 *hlim = in6_selecthlim(inp, retifp); in in6_selectsrc_socket() 593 int *hlim) in in6_selectsrc_addr() argument 608 if (hlim != NULL) in in6_selectsrc_addr() 609 *hlim = in6_selecthlim(NULL, retifp); in in6_selectsrc_addr() 855 int hlim; in in6_selecthlim() local 861 hlim = ND_IFINFO(nh->nh_ifp)->chlim; in in6_selecthlim() 862 return (hlim); in in6_selecthlim()
|
| HD | raw_ip6.c | 365 int hlim = 0; in rip6_send() local 473 scope_ambiguous, &in6a, &hlim); in rip6_send() 497 ip6->ip6_hlim = hlim; in rip6_send()
|
| HD | ip6_input.c | 1330 int hlim; in ip6_savecontrol_v4() local 1337 hlim = ip->ip_ttl; in ip6_savecontrol_v4() 1340 hlim = 0; in ip6_savecontrol_v4() 1343 hlim = ip6->ip6_hlim & 0xff; in ip6_savecontrol_v4() 1345 *mp = sbcreatecontrol(&hlim, sizeof(int), in ip6_savecontrol_v4()
|
| HD | in6_mcast.c | 2686 int hlim; in ip6_setmoptions() local 2692 error = sooptcopyin(sopt, &hlim, sizeof(hlim), sizeof(int)); in ip6_setmoptions() 2695 if (hlim < -1 || hlim > 255) { in ip6_setmoptions() 2698 } else if (hlim == -1) { in ip6_setmoptions() 2699 hlim = V_ip6_defmcasthlim; in ip6_setmoptions() 2702 im6o->im6o_multicast_hlim = hlim; in ip6_setmoptions()
|
| HD | in6_proto.c | 263 SYSCTL_INT(_net_inet6_ip6, IPV6CTL_DEFHLIM, hlim,
|
| HD | icmp6.c | 2043 int type, code, hlim; in icmp6_reflect() local 2089 hlim = 0; in icmp6_reflect() 2108 hlim = ND_IFINFO(m->m_pkthdr.rcvif)->chlim; in icmp6_reflect() 2110 hlim = V_ip6_defhlim; in icmp6_reflect() 2126 scopeid, NULL, &src6, &hlim); in icmp6_reflect() 2148 ip6->ip6_hlim = hlim; in icmp6_reflect()
|
| /freebsd-14-stable/usr.sbin/mld6query/ |
| HD | mld6.c | 96 u_int hlim = 1; in main() local 148 if (setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, &hlim, in main() 149 sizeof(hlim)) == -1) in main()
|
| /freebsd-14-stable/sbin/ping/tests/ |
| HD | ping_6_c1_s8_t1.out | 2 16 bytes from ::1, icmp_seq=0 hlim= time= ms
|
| HD | ping_c1_s8_t1_S1.out | 2 16 bytes from ::1, icmp_seq=0 hlim= time= ms
|
| /freebsd-14-stable/tests/sys/common/ |
| HD | sender.py | 158 assert orig_ip.hlim == fwd_ip.hlim + 1
|
| /freebsd-14-stable/tests/sys/netinet6/ |
| HD | mld.py | 65 sp.IPv6(dst="ff02::1", hlim=1, nh=0) / \
|
| /freebsd-14-stable/share/examples/IPv6/ |
| HD | USAGE | 203 56 bytes from fe80::5254:ff:feda:cb7d%lo0, icmp_seq=0 hlim=64 time=0.25 ms 204 56 bytes from fe80::2a0:c9ff:fe84:ed6c%ed0, icmp_seq=0 hlim=64 time=1.333 ms(DUP!) 205 56 bytes from fe80::5254:ff:feda:d161%ed0, icmp_seq=0 hlim=64 time=1.459 ms(DUP!) 206 56 bytes from fe80::260:97ff:fec2:80bf%ed0, icmp_seq=0 hlim=64 time=1.538 ms(DUP!) 207 56 bytes from 3ffe:501:4819:2000:5054:ff:fedb:aa46, icmp_seq=0 hlim=255 time=1.615 ms(DUP!)
|