Home
last modified time | relevance | path

Searched refs:IS_IP6_FLOW_ID (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c312 if (IS_IP6_FLOW_ID(&(args->f_id))) { in ipfw_log()
390 if (IS_IP6_FLOW_ID(&(args->f_id))) { in ipfw_log()
H A Dip_fw_dynamic.c769 if (IS_IP6_FLOW_ID(id)) in hash_packet()
871 if (IS_IP6_FLOW_ID(id)) in hash_packet()
901 if (IS_IP6_FLOW_ID(id)) { in print_dyn_rule_flags()
1364 else if (IS_IP6_FLOW_ID(&args->f_id)) { in ipfw_dyn_lookup_state()
1806 else if (IS_IP6_FLOW_ID(pkt)) { in dyn_get_parent_state()
1892 else if (IS_IP6_FLOW_ID(pkt)) { in dyn_install_state()
1933 else if (IS_IP6_FLOW_ID(pkt)) in dyn_install_state()
1956 else if (IS_IP6_FLOW_ID(&id)) in dyn_install_state()
2005 IS_IP6_FLOW_ID(&args->f_id) ? dyn_getscopeid(args): in ipfw_dyn_install_state()
H A Dip_dummynet.c173 int is_v6 = IS_IP6_FLOW_ID(id); in flow_id_mask()
194 int is_v6 = IS_IP6_FLOW_ID(dst); in flow_id_or()
222 if (IS_IP6_FLOW_ID(m)) { in nonzero_mask()
244 if (IS_IP6_FLOW_ID(id)) { in flow_id_hash()
271 int is_v6 = IS_IP6_FLOW_ID(id1); in flow_id_cmp()
274 if (IS_IP6_FLOW_ID(id2)) in flow_id_cmp()
/f-stack/tools/ipfw/
H A Ddummynet.c395 if (!IS_IP6_FLOW_ID(id)) { in print_mask()
417 if (!IS_IP6_FLOW_ID(id)) in print_header()
440 if (!IS_IP6_FLOW_ID(id)) { in list_flow()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h695 #define IS_IP6_FLOW_ID(id) ((id)->addr_type == 6) macro
/f-stack/freebsd/netinet/
H A Dip_fw.h695 #define IS_IP6_FLOW_ID(id) ((id)->addr_type == 6) macro