Home
last modified time | relevance | path

Searched defs:tcp_options (Results 1 – 25 of 67) sorted by path

123

/dports/benchmarks/dbench/dbench-4.0/
H A Ddbench.h150 char *tcp_options; member
/dports/devel/py-oci/oci-2.53.1/src/oci/core/models/
H A Dadd_security_rule_details.py518 def tcp_options(self): member in AddSecurityRuleDetails
528 def tcp_options(self, tcp_options): member in AddSecurityRuleDetails
H A Degress_security_rule.py278 def tcp_options(self): member in EgressSecurityRule
288 def tcp_options(self, tcp_options): member in EgressSecurityRule
H A Dingress_security_rule.py274 def tcp_options(self): member in IngressSecurityRule
284 def tcp_options(self, tcp_options): argument
H A Dsecurity_rule.py596 def tcp_options(self): member in SecurityRule
606 def tcp_options(self, tcp_options): member in SecurityRule
H A Dupdate_security_rule_details.py553 def tcp_options(self): member in UpdateSecurityRuleDetails
563 def tcp_options(self, tcp_options): member in UpdateSecurityRuleDetails
/dports/devel/py-pika/pika-1.1.0/pika/
H A Dconnection.py514 def tcp_options(self): member in Parameters
522 def tcp_options(self, value): member in Parameters
563 tcp_options=_DEFAULT, argument
H A Dtcp_socket_opts.py29 def socket_requires_keepalive(tcp_options): argument
35 def set_sock_opts(tcp_options, sock): argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/
H A Dtcp.h142 struct tcp_options { struct
144 const struct tcp_window_scale_option *wsopt;
146 const struct tcp_sack_permitted_option *spopt;
148 const struct tcp_timestamp_option *tsopt;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/
H A Dtcp.h142 struct tcp_options { struct
144 const struct tcp_window_scale_option *wsopt;
146 const struct tcp_sack_permitted_option *spopt;
148 const struct tcp_timestamp_option *tsopt;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dtcp.h142 struct tcp_options { struct
144 const struct tcp_window_scale_option *wsopt;
146 const struct tcp_sack_permitted_option *spopt;
148 const struct tcp_timestamp_option *tsopt;
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/ipxe/
H A Dtcp.h142 struct tcp_options { struct
144 const struct tcp_window_scale_option *wsopt;
146 const struct tcp_sack_permitted_option *spopt;
148 const struct tcp_timestamp_option *tsopt;
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dtcp.h142 struct tcp_options { struct
144 const struct tcp_window_scale_option *wsopt;
146 const struct tcp_sack_permitted_option *spopt;
148 const struct tcp_timestamp_option *tsopt;
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/
H A Dtcp.h142 struct tcp_options { struct
144 const struct tcp_window_scale_option *wsopt;
146 const struct tcp_sack_permitted_option *spopt;
148 const struct tcp_timestamp_option *tsopt;
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/
H A Dtcp.h142 struct tcp_options { struct
144 const struct tcp_window_scale_option *wsopt;
146 const struct tcp_sack_permitted_option *spopt;
148 const struct tcp_timestamp_option *tsopt;
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/preloaded/src/
H A Derl_prim_loader.erl807 tcp_options() -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/preloaded/src/
H A Derl_prim_loader.erl801 tcp_options() -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/preloaded/src/
H A Derl_prim_loader.erl807 tcp_options() -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/preloaded/src/
H A Derl_prim_loader.erl807 tcp_options() -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/preloaded/src/
H A Derl_prim_loader.erl807 tcp_options() -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/preloaded/src/
H A Derl_prim_loader.erl807 tcp_options() -> function
/dports/lang/erlang/otp-OTP-24.1.7/erts/preloaded/src/
H A Derl_prim_loader.erl807 tcp_options() -> function
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/cxgb/
H A Dcxgb_t3_cpl.h203 struct tcp_options { struct
204 __be16 mss;
205 __u8 wsf;
208 __u8 ecn:1;
209 __u8 sack:1;
210 __u8 tstamp:1;
212 __u8 tstamp:1;
213 __u8 sack:1;
214 __u8 ecn:1;
561 struct tcp_options tcp_options; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h178 struct tcp_options { struct
179 u16 mss;
180 u8 wsf;
182 u8 rsvd:4;
183 u8 ecn:1;
184 u8 sack:1;
185 u8 tstamp:1;
187 u8 tstamp:1;
188 u8 sack:1;
189 u8 ecn:1;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h209 struct tcp_options { struct
210 __be16 mss;
211 __u8 wsf;
214 __u8 ecn:1;
215 __u8 sack:1;
216 __u8 tstamp:1;
218 __u8 tstamp:1;
219 __u8 sack:1;
220 __u8 ecn:1;
545 struct tcp_options tcp_options; member

123