Searched refs:ICMP6_NI_REPLY (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sbin/ipf/libipf/ |
| H A D | icmptypes.c | 17 # undef ICMP6_NI_REPLY 18 # define ICMP6_NI_REPLY 0 macro 79 { "inforep", ICMP_IREQREPLY, ICMP6_NI_REPLY },
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-icmp6.c | 116 #define ICMP6_NI_REPLY 140 /* node information reply - RFC 4620 */ macro 679 { ICMP6_NI_REPLY, "node information reply"}, 1266 case ICMP6_NI_REPLY: in icmp6_print() 1815 case ICMP6_NI_REPLY: in icmp6_nodeinfo_print()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_compat.h | 997 #ifndef ICMP6_NI_REPLY 998 # define ICMP6_NI_REPLY 140 macro
|
| H A D | fil.c | 9243 icmpreplytype6[ICMP6_NI_QUERY] = ICMP6_NI_REPLY;
|
| /freebsd/sys/netinet/ |
| H A D | icmp6.h | 128 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
|
| /freebsd/sbin/ping/ |
| H A D | ping6.c | 852 ICMP6_FILTER_SETPASS(ICMP6_NI_REPLY, &filt); in ping6() 1651 } else if (icp->icmp6_type == ICMP6_NI_REPLY && mynireply(ni)) { in pr_pack() 2459 case ICMP6_NI_REPLY: in pr_icmph()
|
| /freebsd/sbin/ipf/ipmon/ |
| H A D | ipmon.c | 293 { ICMP6_NI_REPLY, NULL, 0, "nodeinforeply" },
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.c | 135 { "nirep", ICMP6_NI_REPLY },
|
| /freebsd/sys/netinet6/ |
| H A D | icmp6.c | 1481 nni6->ni_type = ICMP6_NI_REPLY; in ni6_input()
|