Home
last modified time | relevance | path

Searched refs:ICMP6_MEMBERSHIP_QUERY (Results 1 – 13 of 13) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c37 # undef ICMP6_MEMBERSHIP_QUERY
38 # define ICMP6_MEMBERSHIP_QUERY 0 macro
85 { "memberqry", -1, ICMP6_MEMBERSHIP_QUERY },
/freebsd/usr.sbin/mld6query/
H A Dmld6.c163 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_QUERY, &filt); in main()
314 case ICMP6_MEMBERSHIP_QUERY: in dump()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h946 #ifndef ICMP6_MEMBERSHIP_QUERY
947 # define ICMP6_MEMBERSHIP_QUERY 130 macro
H A Dip_nat6.c4008 case ICMP6_MEMBERSHIP_QUERY: in ipf_nat6_icmpquerytype()
H A Dip_state.c1477 case ICMP6_MEMBERSHIP_QUERY : in ipf_state_add()
H A Dfil.c9152 icmpreplytype6[ICMP6_MEMBERSHIP_QUERY] = ICMP6_MEMBERSHIP_REPORT;
/freebsd/sys/netinet/
H A Dicmp6.h104 #define ICMP6_MEMBERSHIP_QUERY 130 /* group membership query */ macro
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c103 #define ICMP6_MEMBERSHIP_QUERY 130 /* group membership query */ macro
1155 case ICMP6_MEMBERSHIP_QUERY: in icmp6_print()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c1289 case ICMP6_MEMBERSHIP_QUERY: in pr_type()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c276 { ICMP6_MEMBERSHIP_QUERY, icmpquerysubject6,
/freebsd/sbin/ping/
H A Dping6.c2352 case ICMP6_MEMBERSHIP_QUERY: in pr_icmph()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c119 { "groupqry", ICMP6_MEMBERSHIP_QUERY },
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c853 icmp6_type == ICMP6_MEMBERSHIP_QUERY || in is_icmp6_query()