HomeSort by: relevance | last modified time | path
    Searched refs:icmp_ext_obj_hdr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
ip_icmp.h 157 struct icmp_ext_obj_hdr { struct
167 __CTASSERT(sizeof(struct icmp_ext_obj_hdr) == 4);
  /src/sys/netmpls/
mpls_ttl.c 138 struct icmp_ext_obj_hdr obj_hdr;
174 sizeof(struct icmp_ext_obj_hdr));
  /src/usr.sbin/traceroute/
traceroute.c 1107 struct icmp_ext_obj_hdr *obj_hdr;
1156 while (datalen >= sizeof(struct icmp_ext_obj_hdr)) {
1157 obj_hdr = (struct icmp_ext_obj_hdr *)buf;
1171 buf += sizeof(struct icmp_ext_obj_hdr);
1172 obj_len -= sizeof(struct icmp_ext_obj_hdr);
1201 sizeof(struct icmp_ext_obj_hdr);
1211 sizeof(struct icmp_ext_obj_hdr);

Completed in 14 milliseconds