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

1 2 34

  /external/dnsmasq/src/
bpf.c 211 ip.ip_ttl = IPDEFTTL;
  /external/dhcpcd/
net.c 741 ip->ip_ttl = IPDEFTTL;
801 packet.ip.ip_ttl = 0;
  /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(" !");

Completed in 99 milliseconds

1 2 34