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

  /src/external/bsd/ipf/dist/lib/
icmptypes.c 19 # undef ICMP6_NI_REPLY
20 # define ICMP6_NI_REPLY 0
81 { "inforep", ICMP_IREQREPLY, ICMP6_NI_REPLY },
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 121 #define ICMP6_NI_REPLY 140 /* node information reply - RFC 4620 */
684 { ICMP6_NI_REPLY, "node information reply"},
1272 case ICMP6_NI_REPLY:
1824 case ICMP6_NI_REPLY:
  /src/sys/netinet/
icmp6.h 132 #define ICMP6_NI_REPLY 140 /* node information reply */
  /src/sbin/ping6/
ping6.c 732 ICMP6_FILTER_SETPASS(ICMP6_NI_REPLY, &filt);
1408 } else if (icp->icmp6_type == ICMP6_NI_REPLY && mynireply(ni)) {
2238 case ICMP6_NI_REPLY:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1301 #ifndef ICMP6_NI_REPLY
1302 # define ICMP6_NI_REPLY 140
fil.c 9167 icmpreplytype6[ICMP6_NI_QUERY] = ICMP6_NI_REPLY;
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 154 { "nirep", ICMP6_NI_REPLY },
  /src/external/bsd/ipf/dist/tools/
ipmon.c 310 { ICMP6_NI_REPLY, NULL, 0, "nodeinforeply" },
  /src/sys/netinet6/
icmp6.c 1511 nni6->ni_type = ICMP6_NI_REPLY;

Completed in 34 milliseconds