Home
last modified time | relevance | path

Searched refs:ICMP6_NI_REPLY (Results 1 – 9 of 9) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c17 # undef ICMP6_NI_REPLY
18 # define ICMP6_NI_REPLY 0 macro
79 { "inforep", ICMP_IREQREPLY, ICMP6_NI_REPLY },
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c116 #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 Dip_compat.h997 #ifndef ICMP6_NI_REPLY
998 # define ICMP6_NI_REPLY 140 macro
H A Dfil.c9243 icmpreplytype6[ICMP6_NI_QUERY] = ICMP6_NI_REPLY;
/freebsd/sys/netinet/
H A Dicmp6.h128 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
/freebsd/sbin/ping/
H A Dping6.c852 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 Dipmon.c293 { ICMP6_NI_REPLY, NULL, 0, "nodeinforeply" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c135 { "nirep", ICMP6_NI_REPLY },
/freebsd/sys/netinet6/
H A Dicmp6.c1481 nni6->ni_type = ICMP6_NI_REPLY; in ni6_input()