Searched refs:ICMP6_NI_QUERY (Results 1 – 10 of 10) sorted by relevance
/freebsd/sbin/ipf/libipf/ |
H A D | icmptypes.c | 15 # undef ICMP6_NI_QUERY 16 # define ICMP6_NI_QUERY 0 macro 77 { "infoqry", -1, ICMP6_NI_QUERY }, 78 { "inforeq", ICMP_IREQ, ICMP6_NI_QUERY },
|
/freebsd/contrib/tcpdump/ |
H A D | print-icmp6.c | 122 #define ICMP6_NI_QUERY 139 /* node information request - RFC 4620 */ macro 664 { ICMP6_NI_QUERY, "node information query"}, 1251 case ICMP6_NI_QUERY: in icmp6_print() 1712 case ICMP6_NI_QUERY: in icmp6_nodeinfo_print()
|
/freebsd/sbin/ping/ |
H A D | ping6.c | 1312 icp->icmp6_type = ICMP6_NI_QUERY; in pinger() 1329 icp->icmp6_type = ICMP6_NI_QUERY; in pinger() 1344 icp->icmp6_type = ICMP6_NI_QUERY; in pinger() 1361 icp->icmp6_type = ICMP6_NI_QUERY; in pinger() 2385 case ICMP6_NI_QUERY: in pr_icmph()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 994 #ifndef ICMP6_NI_QUERY 995 # define ICMP6_NI_QUERY 139 macro
|
H A D | ip_state.c | 1480 case ICMP6_NI_QUERY : in ipf_state_add()
|
H A D | fil.c | 9153 icmpreplytype6[ICMP6_NI_QUERY] = ICMP6_NI_REPLY;
|
/freebsd/sys/netinet/ |
H A D | icmp6.h | 127 #define ICMP6_NI_QUERY 139 /* node information request */ macro
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 291 { ICMP6_NI_QUERY, icmpnodeinfo6,
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 135 { "niqry", ICMP6_NI_QUERY },
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 856 icmp6_type == ICMP6_NI_QUERY)) in is_icmp6_query()
|