Home
last modified time | relevance | path

Searched refs:IPV6_FW_GET (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netinet6/
H A Din6.h497 #define IPV6_FW_GET 34 /* get entire firewall rule chain */ macro
H A Dip6_output.c1760 case IPV6_FW_GET: in ip6_ctloutput()
/dragonfly/sys/net/ip6fw/
H A Dip6_fw.c1101 if (stage == IPV6_FW_GET) { in ip6_fw_ctl()
/dragonfly/sbin/ip6fw/
H A Dip6fw.c454 i = getsockopt(s, IPPROTO_IPV6, IPV6_FW_GET, rules, &bytes); in list()