Home
last modified time | relevance | path

Searched refs:IPV6_FW_TCPF_URG (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/ip6fw/
H A Dip6_fw.h209 #define IPV6_FW_TCPF_URG TH_URG macro
/dragonfly/sbin/ip6fw/
H A Dip6fw.c414 if (chain->fw_tcpf & IPV6_FW_TCPF_URG) PRINTFLG("urg"); in show_ip6fw()
415 if (chain->fw_tcpnf & IPV6_FW_TCPF_URG) PRINTFLG("!urg"); in show_ip6fw()
697 { "urg", IPV6_FW_TCPF_URG } in fill_tcpflag()