Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_glue.c326 static int is7 = 0; variable
383 if (is7) { in dn_compat_del()
400 cmd.a[0] = (is7) ? p->fs.fs_nr : p8->fs.fs_nr; in dn_compat_del()
413 if (is7) in dn_compat_config_queue()
456 if (!is7) { in dn_compat_config_pipe()
537 if (!is7 && p8->samples_no > 0) { in dn_compat_configure()
595 if (is7) { in dn_c_copy_q()
622 if (is7) { in dn_c_copy_pipe()
636 if (!is7) { in dn_c_copy_pipe()
797 is7 = 1; in ip_dummynet_compat()
[all …]
H A Ddummynet.txt536 A global variabile ('is7') store the version of 'ipfw' that FreeBSD is using.
580 variable (is7) to store the ipfw version used, using an approach like the
582 - when a new rule is added (option IP_FW_ADD) the is7 variable is set if the
587 - when the user request a list of rules (option IP_FW_GET) the is7 variable
591 the is7 is set) to the ipfw binary.