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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h68 u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */ member in struct:ip_fw_compat
284 u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */ member in struct:ip_old_fw
H A Dip_fw.h108 u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */ member in struct:ip_fw
H A Dip_fw2_compat.c327 printf("fw_ipnopt: %d\n", vers1_rule->fw_ipnopt);
1155 compat_rule->fw_ipnopt = ((cmd->arg1 >> 8) & 0xff);
1315 rule_vers0->fw_ipnopt = rule_vers1.fw_ipnopt;
1920 if (compat_rule->fw_ipopt != 0 || compat_rule->fw_ipnopt != 0) {
1922 (compat_rule->fw_ipnopt & 0xff) << 8);
2133 rule_vers1->fw_ipnopt = rule_vers0->fw_ipnopt;

Completed in 85 milliseconds