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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw.h109 u_char fw_tcpopt,fw_tcpnopt; /* TCP options set/unset */ member in struct:ip_fw
H A Dip_fw2_compat.h69 u_char fw_tcpopt,fw_tcpnopt; /* TCP options set/unset */ member in struct:ip_fw_compat
H A Dip_fw2_compat.c328 printf("fw_tcpopt: %d\n", vers1_rule->fw_tcpopt);
1173 compat_rule->fw_tcpopt = (cmd->arg1 & 0xff);
1953 if (compat_rule->fw_tcpopt != 0 || compat_rule->fw_tcpnopt != 0) {
1954 fill_cmd(cmd, O_TCPOPTS, (compat_rule->fw_tcpopt & 0xff) |

Completed in 34 milliseconds