Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-icmp6.c125 #define ICMP6_NI_REPLY 140 /* node information reply - RFC 4620 */ macro
676 { ICMP6_NI_REPLY, "node information reply"},
1267 case ICMP6_NI_REPLY: in icmp6_print()
1839 case ICMP6_NI_REPLY: in icmp6_nodeinfo_print()
/dragonfly/sbin/ping6/
H A Dping6.c692 ICMP6_FILTER_SETPASS(ICMP6_NI_REPLY, &filt); in main()
1406 } else if (icp->icmp6_type == ICMP6_NI_REPLY && mynireply(ni)) { in pr_pack()
2246 case ICMP6_NI_REPLY: in pr_icmph()
/dragonfly/sys/netinet/
H A Dicmp6.h133 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c129 { "nirep", ICMP6_NI_REPLY },
/dragonfly/sys/netinet6/
H A Dicmp6.c1391 nni6->ni_type = ICMP6_NI_REPLY; in ni6_input()