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

  /src/external/bsd/ipf/dist/lib/
icmptypes.c 31 # undef ICMP6_PACKET_TOO_BIG
32 # define ICMP6_PACKET_TOO_BIG 0
104 { "toobig", -1, ICMP6_PACKET_TOO_BIG },
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1234 #ifndef ICMP6_PACKET_TOO_BIG
1235 # define ICMP6_PACKET_TOO_BIG 2
  /src/sys/netinet/
icmp6.h 96 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */
687 case ICMP6_PACKET_TOO_BIG: \
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 102 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */
662 { ICMP6_PACKET_TOO_BIG, "packet too big"},
1128 case ICMP6_PACKET_TOO_BIG:

Completed in 18 milliseconds