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

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2_compat.h67 u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */ member in struct:ip_fw_compat
153 u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */ member in struct:ip_fw_compat_32
198 u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */ member in struct:ip_fw_compat_64
406 u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */ member in struct:ip_old_fw
H A Dip_fw.h107 u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */ member in struct:ip_fw
H A Dip_fw2_compat.c1059 compat_rule->fw_ipnopt = ((cmd->arg1 >> 8) & 0xff);
1338 compat_rule->fw_ipnopt = ((cmd->arg1 >> 8) & 0xff);
1586 rule_vers0->fw_ipnopt = rule_vers1.fw_ipnopt;
1614 rule_vers0->fw_ipnopt = rule_vers1.fw_ipnopt;
2386 if (compat_rule->fw_ipopt != 0 || compat_rule->fw_ipnopt != 0) {
2388 (compat_rule->fw_ipnopt & 0xff) << 8);
2929 if (compat_rule->fw_ipopt != 0 || compat_rule->fw_ipnopt != 0) {
2931 (compat_rule->fw_ipnopt
[all...]

Completed in 26 milliseconds