Searched refs:fw_enable (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw.h322 extern int fw_enable;
H A Dip_fw2.h653 extern int fw_enable;
H A Dtcp_output.c205 extern int fw_enable; /* firewall check for packet chaining */
789 && (fw_enable == 0 || fw_bypass)
2086 && (fw_enable == 0 || fw_bypass)
H A Dip_input.c300 int fw_enable = 1; variable
940 if (fw_enable && IPFW_LOADED) {
H A Dip_fw2.c169 &fw_enable, 0, ipfw_sysctl, "I", "Enable ipfw");
3976 fw_enable = 0;
H A Dip_output.c1342 if (fw_enable && IPFW_LOADED && !args.fwa_next_hop) {

Completed in 42 milliseconds