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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.h68 u_char fw_tcpopt,fw_tcpnopt; /* TCP options set/unset */ member in struct:ip_fw_compat
154 u_char fw_tcpopt,fw_tcpnopt; /* TCP options set/unset */ member in struct:ip_fw_compat_32
199 u_char fw_tcpopt,fw_tcpnopt; /* TCP options set/unset */ member in struct:ip_fw_compat_64
H A Dip_fw.h108 u_char fw_tcpopt,fw_tcpnopt; /* TCP options set/unset */ member in struct:ip_fw
H A Dip_fw2_compat.c1078 compat_rule->fw_tcpnopt = ((cmd->arg1 >> 8) & 0xff);
1357 compat_rule->fw_tcpnopt = ((cmd->arg1 >> 8) & 0xff);
2419 if (compat_rule->fw_tcpopt != 0 || compat_rule->fw_tcpnopt != 0) {
2421 (compat_rule->fw_tcpnopt & 0xff) << 8);
2962 if (compat_rule->fw_tcpopt != 0 || compat_rule->fw_tcpnopt != 0) {
2964 (compat_rule->fw_tcpnopt & 0xff) << 8);

Completed in 26 milliseconds