Searched refs:ip_ttl (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/headers/posix/netinet/
H A Dip.h27 uint8_t ip_ttl; member in struct:ip
H A Dip_var.h93 uint8_t ip_ttl; member in struct:ipasfrag
/haiku-fatelf/src/bin/network/tcpdump/
H A Dip.h61 u_int8_t ip_ttl; /* time to live */ member in struct:ip
H A Dprint-ip.c514 vrrp_print(ipds->cp, ipds->len, ipds->ip->ip_ttl);
635 if (ipds->ip->ip_ttl >= 1)
636 (void)printf(", ttl %3u", ipds->ip->ip_ttl);
/haiku-fatelf/src/bin/network/tcpdump/win32/Include/Netinet/
H A Dip.h74 u_char ip_ttl; /* time to live */ member in struct:ip
/haiku-fatelf/src/tests/kits/net/icmp/
H A Dbig_datagram.cpp105 iph->ip_ttl = 255;
/haiku-fatelf/src/bin/network/ping/
H A Dping.c398 ip->ip_ttl = ttl;
698 (void)printf(" ttl=%d", ip->ip_ttl);
1171 (void)printf(" %02x %02x %04x", ip->ip_ttl, ip->ip_p, ip->ip_sum);
/haiku-fatelf/src/bin/network/traceroute/
H A Dtraceroute.c806 if (ip->ip_ttl <= 1)
821 if (ip->ip_ttl <= 1)
917 outip->ip_ttl = ttl;

Completed in 62 milliseconds