HomeSort by relevance Sort by last modified time
    Searched refs:ip_ttl (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
ip.h 83 u_char ip_ttl; /* time to live */ member in struct:ip
  /external/tcpdump/
ip.h 63 nd_uint8_t ip_ttl; /* time to live */ member in struct:ip
print-ip.c 486 carp_print(ndo, ipds->cp, ipds->len, ipds->ip->ip_ttl);
493 (const u_char *)ipds->ip, ipds->ip->ip_ttl);
621 if (ipds->ip->ip_ttl >= 1)
622 ND_PRINT((ndo, ", ttl %u", ipds->ip->ip_ttl));
  /bionic/libc/include/netinet/
ip.h 66 u_int8_t ip_ttl; /* time to live */ member in struct:ip
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip.h 126 u_int8_t ip_ttl; /* time to live */ member in struct:ip
  /external/toybox/toys/pending/
traceroute.c 132 res = setsockopt(TT.snd_sock, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl));
312 if (toys.optflags & FLAG_l) xprintf(" (%d)", rcv_pkt->ip_ttl);
322 if (rcv_pkt->ip_ttl <= 1) xprintf(" !");
  /external/dhcpcd-6.8.2/
dhcp.c     [all...]

Completed in 293 milliseconds