Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/traceroute/
H A Dtraceroute.c260 struct icmp_ext_obj_hdr { struct
769 struct icmp_ext_obj_hdr *obj_hdr; in decode_extensions()
813 while (data_len >= (int)sizeof(struct icmp_ext_obj_hdr)) { in decode_extensions()
816 obj_hdr = (struct icmp_ext_obj_hdr *)buf; in decode_extensions()
835 buf += sizeof(struct icmp_ext_obj_hdr); in decode_extensions()
836 obj_len -= sizeof(struct icmp_ext_obj_hdr); in decode_extensions()