icmp_ext_obj_hdr
__CTASSERT(sizeof(struct icmp_ext_obj_hdr) == 4);
struct icmp_ext_obj_hdr obj_hdr;
sizeof(struct icmp_ext_obj_hdr));
struct icmp_ext_obj_hdr *obj_hdr;
while (datalen >= sizeof(struct icmp_ext_obj_hdr)) {
obj_hdr = (struct icmp_ext_obj_hdr *)buf;
buf += sizeof(struct icmp_ext_obj_hdr);
obj_len -= sizeof(struct icmp_ext_obj_hdr);
sizeof(struct icmp_ext_obj_hdr);
sizeof(struct icmp_ext_obj_hdr);