Home
last modified time | relevance | path

Searched refs:ip_ttl (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/posix/netinet/
H A Dip.h27 uint8_t ip_ttl; member
H A Dip_var.h86 uint8_t ip_ttl; member
/haiku/src/tests/system/network/icmp/
H A Dbig_datagram.cpp105 iph->ip_ttl = 255; in main()
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1122 if (ip->ip_ttl <= 1) in main()
1137 if (ip->ip_ttl <= 1) in main()
1288 outip->ip_ttl = ttl; in send_probe()
/haiku/src/bin/network/ping/
H A Dping.c725 ip.ip_ttl = ttl; in ping()
1245 (void)printf(" ttl=%d", ip.ip_ttl); in pr_pack()
1610 (void)printf(" %02x %02x %04x", ip->ip_ttl, ip->ip_p, in pr_iph()
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1169 ip_header.ip_ttl = 254; in dump_pcap()