Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip_icmp.h157 struct icmp_ext_obj_hdr { struct
167 __CTASSERT(sizeof(struct icmp_ext_obj_hdr) == 4); argument
/netbsd-src/usr.sbin/traceroute/
H A Dtraceroute.c1107 struct icmp_ext_obj_hdr *obj_hdr; in decode_extensions()
1156 while (datalen >= sizeof(struct icmp_ext_obj_hdr)) { in decode_extensions()
1157 obj_hdr = (struct icmp_ext_obj_hdr *)buf; in decode_extensions()
1171 buf += sizeof(struct icmp_ext_obj_hdr); in decode_extensions()
1172 obj_len -= sizeof(struct icmp_ext_obj_hdr); in decode_extensions()
1201 sizeof(struct icmp_ext_obj_hdr); in decode_extensions()
1211 sizeof(struct icmp_ext_obj_hdr); in decode_extensions()
/netbsd-src/sys/netmpls/
H A Dmpls_ttl.c138 struct icmp_ext_obj_hdr obj_hdr;
174 sizeof(struct icmp_ext_obj_hdr)); in mpls_icmp_error()