Home
last modified time | relevance | path

Searched refs:is7 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_glue.c327 static int is7 = 0; variable
384 if (is7) { in dn_compat_del()
401 cmd.a[0] = (is7) ? p->fs.fs_nr : p8->fs.fs_nr; in dn_compat_del()
414 if (is7) in dn_compat_config_queue()
454 if (!is7) { in dn_compat_config_pipe()
535 if (!is7 && p8->samples_no > 0) { in dn_compat_configure()
593 if (is7) { in dn_c_copy_q()
620 if (is7) { in dn_c_copy_pipe()
634 if (!is7) { in dn_c_copy_pipe()
789 is7 = 1; in ip_dummynet_compat()
[all …]
H A Ddummynet.txt537 A global variabile ('is7') store the version of 'ipfw' that FreeBSD is using.
581 variable (is7) to store the ipfw version used, using an approach like the
583 - when a new rule is added (option IP_FW_ADD) the is7 variable is set if the
588 - when the user request a list of rules (option IP_FW_GET) the is7 variable
592 the is7 is set) to the ipfw binary.
H A Dip_fw_sockopt.c2099 static int is7 = 0; variable
2152 if (is7) { in ipfw_getrules()
3880 is7 = 1; in ipfw_ctl()
3888 is7 = 0; in ipfw_ctl()
3902 if (is7) { in ipfw_ctl()