Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtraceroute.c267 struct icmp *hicmp; in do_trace() local
278 hicmp = (struct icmp *) ((char*)hip + (hip->ip_hl << 2)); in do_trace()
286 && hicmp->icmp_id == htons(TT.ident) in do_trace()
287 && hicmp->icmp_seq == htons(seq)) in do_trace()