HomeSort by: relevance | last modified time | path
    Searched defs:ICMP_MASKREPLY (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/netinet/
ip_icmp.h 162 #define ICMP_MASKREPLY 18 /* address mask reply */
171 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
  /src/sys/netinet/
ip_icmp.h 233 #define ICMP_MASKREPLY 18 /* address mask reply */
297 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
  /src/external/bsd/tcpdump/dist/
print-icmp.c 145 #define ICMP_MASKREPLY 18 /* address mask reply */
625 case ICMP_MASKREPLY:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1056 #ifndef ICMP_MASKREPLY
1057 # define ICMP_MASKREPLY 18

Completed in 14 milliseconds