Searched refs:IP_FW_VERSION_1 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.h309 #define IP_FW_VERSION_1 20 /* ipfw in Jaguar/Panther */ macro
H A Dip_fw2_compat.c67 #define VERSION_ONE_STR "IP_FW_VERSION_1"
245 case IP_FW_VERSION_1:
1274 rule_vers1->version = IP_FW_VERSION_1;
1338 case IP_FW_VERSION_1:
2196 case IP_FW_VERSION_1:
H A Dip_fw2.c3015 } else if (api_version == IP_FW_VERSION_1) {
3125 if ((api_version == IP_FW_VERSION_0) || (api_version == IP_FW_VERSION_1)) {
3149 } else if (api_version == IP_FW_VERSION_1) {

Completed in 16 milliseconds