Searched refs:fw_ipopt (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.c326 printf("fw_ipopt: %d\n", vers1_rule->fw_ipopt);
1154 compat_rule->fw_ipopt = (cmd->arg1 & 0xff);
1314 rule_vers0->fw_ipopt = rule_vers1.fw_ipopt;
1920 if (compat_rule->fw_ipopt != 0 || compat_rule->fw_ipnopt != 0) {
1921 fill_cmd(cmd, O_IPOPT, (compat_rule->fw_ipopt & 0xff) |
2132 rule_vers1->fw_ipopt = rule_vers0->fw_ipopt;

Completed in 80 milliseconds