Home
last modified time | relevance | path

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

/dragonfly/sbin/ping6/
HDping6.c1110 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
1125 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
1137 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
1151 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
2175 case ICMP6_NI_QUERY: in pr_icmph()
/dragonfly/contrib/tcpdump/
HDprint-icmp6.c124 #define ICMP6_NI_QUERY 139 /* node information request - RFC 4620 … macro
675 { ICMP6_NI_QUERY, "node information query"},
1266 case ICMP6_NI_QUERY: in icmp6_print()
1728 case ICMP6_NI_QUERY: in icmp6_nodeinfo_print()
/dragonfly/sys/netinet/
HDicmp6.h132 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/dragonfly/sys/net/ip6fw/
HDip6_fw.c235 icmp6_type == ICMP6_NI_QUERY) in is_icmp6_query()
/dragonfly/usr.sbin/pfctl/
HDpfctl_parser.c128 { "niqry", ICMP6_NI_QUERY },