Searched refs:IS_IP6_FLOW_ID (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c259 if (IS_IP6_FLOW_ID(id))
283 if (IS_IP6_FLOW_ID(id)) {
331 if (IS_IP6_FLOW_ID(pkt)) {
619 is_v6 = IS_IP6_FLOW_ID(pkt);
717 if (IS_IP6_FLOW_ID (&(args->f_id))) {
H A Dip_fw_log.c443 if (IS_IP6_FLOW_ID(&(args->f_id))) {
518 if (IS_IP6_FLOW_ID(&(args->f_id))) {
H A Dip_dummynet.c142 int is_v6 = IS_IP6_FLOW_ID(id);
163 int is_v6 = IS_IP6_FLOW_ID(dst);
191 if (IS_IP6_FLOW_ID(m)) {
213 if (IS_IP6_FLOW_ID(id)) {
240 int is_v6 = IS_IP6_FLOW_ID(id1);
243 if (IS_IP6_FLOW_ID(id2))
/freebsd-10.1-release/sys/netinet/
H A Dip_fw.h549 #define IS_IP6_FLOW_ID(id) ((id)->addr_type == 6) macro
/freebsd-10.1-release/sbin/ipfw/
H A Ddummynet.c142 if (!IS_IP6_FLOW_ID(id)) {
164 if (!IS_IP6_FLOW_ID(id))
191 if (!IS_IP6_FLOW_ID(id)) {

Completed in 125 milliseconds