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

  /src/external/mpl/dhcp/dist/includes/netinet/
ip_icmp.h 159 #define ICMP_IREQ 15 /* information request */
170 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
  /src/sys/netinet/
ip_icmp.h 230 #define ICMP_IREQ 15 /* information request */
296 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
  /src/external/bsd/tcpdump/dist/
print-icmp.c 142 #define ICMP_IREQ 15 /* information request */
199 { ICMP_IREQ, "information request" },
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1047 #ifndef ICMP_IREQ
1048 # define ICMP_IREQ 15

Completed in 39 milliseconds