HomeSort by: relevance | last modified time | path
    Searched defs:hicmp (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/traceroute/
traceroute.c 1449 struct icmp *hicmp; local in function:packet_ok
1463 hicmp = (struct icmp *)((u_char *)hip + hlen);
1467 hicmp->icmp_id == htons(ident) &&
1468 hicmp->icmp_seq == htons(seq))
traceroute.c 1449 struct icmp *hicmp; local in function:packet_ok
1463 hicmp = (struct icmp *)((u_char *)hip + hlen);
1467 hicmp->icmp_id == htons(ident) &&
1468 hicmp->icmp_seq == htons(seq))
traceroute.c 1449 struct icmp *hicmp; local in function:packet_ok
1463 hicmp = (struct icmp *)((u_char *)hip + hlen);
1467 hicmp->icmp_id == htons(ident) &&
1468 hicmp->icmp_seq == htons(seq))

Completed in 132 milliseconds