Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtraceroute.c702 struct icmp *hicmp; in packet4_ok() local
704 hicmp = (struct icmp *)((unsigned char *)hip + hlen); in packet4_ok()
707 && hicmp->icmp_id == ident in packet4_ok()
708 && hicmp->icmp_seq == htons(seq) in packet4_ok()