Home
last modified time | relevance | path

Searched defs:tcp (Results 1 – 25 of 2600) sorted by relevance

12345678910>>...104

/dports/net/yggdrasil/yggdrasil-go-0.3.11/src/yggdrasil/
H A Dtcp.go35 type tcp struct { struct
36 link *link
37 waitgroup sync.WaitGroup
39 listeners map[string]*TcpListener
40 calls map[string]struct{}
41 conns map[linkInfo](chan struct{})
42 tls tcptls
76 func (t *tcp) getAddr() *net.TCPAddr {
89 func (t *tcp) init(l *link) error {
118 func (t *tcp) stop() error {
[all …]
/dports/security/ipv6toolkit/ipv6toolkit-v2.0/tools/
H A Dtcp6.h67 struct tcp{ struct
73 struct tcp_queue in; argument
77 struct tcp_queue out; argument
80 uint32_t snd_una;
81 uint32_t snd_nxt;
84 uint32_t snd_wl1;
85 uint32_t snd_wl2;
88 uint32_t fin_seq;
94 uint8_t flags;
95 uint32_t ack;
[all …]
/dports/www/wget2/wget2-2.0.0/libwget/
H A Dnet.c217 bool wget_tcp_get_tcp_fastopen(wget_tcp *tcp) in wget_tcp_get_tcp_fastopen()
268 int wget_tcp_get_protocol(wget_tcp *tcp) in wget_tcp_get_protocol()
320 int wget_tcp_get_family(wget_tcp *tcp) in wget_tcp_get_family()
331 int wget_tcp_get_local_port(wget_tcp *tcp) in wget_tcp_get_local_port()
391 int wget_tcp_get_timeout(wget_tcp *tcp) in wget_tcp_get_timeout()
484 bool wget_tcp_get_ssl(wget_tcp *tcp) in wget_tcp_get_ssl()
495 const char *wget_tcp_get_ip(wget_tcp *tcp) in wget_tcp_get_ip()
566 wget_tcp *tcp; in wget_tcp_deinit() local
804 int wget_tcp_tls_start(wget_tcp *tcp)
814 void wget_tcp_tls_stop(wget_tcp *tcp)
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/yggdrasil-network/yggdrasil-go/src/core/
H A Dtcp.go36 type tcp struct { struct
37 links *links
38 waitgroup sync.WaitGroup
40 listeners map[string]*TcpListener
41 calls map[string]struct{}
42 conns map[linkInfo](chan struct{})
43 tls tcptls
75 func (t *tcp) setExtraOptions(c net.Conn) {
85 func (t *tcp) getAddr() *net.TCPAddr {
98 func (t *tcp) init(l *links) error {
[all …]
/dports/net/samba412/samba-4.12.15/examples/pcap2nbench/
H A Dtcp.hpp27 struct tcp { struct
40 std::ostream &operator<<(std::ostream &lhs, const tcp &rhs); argument
/dports/devel/love08/love-0.8.0/src/libraries/luasocket/libluasocket/
H A Dtcp.c41 static luaL_reg tcp[] = { variable
130 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setoption() local
139 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getfd() local
147 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setfd() local
154 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_dirty() local
211 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_connect() local
233 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_close() local
291 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getpeername() local
297 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getsockname() local
306 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_settimeout() local
[all …]
/dports/devel/love5/love-0.5-0/src/luasocket/luasocket/
H A Dtcp.c41 static luaL_reg tcp[] = { variable
130 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setoption() local
139 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getfd() local
147 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setfd() local
154 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_dirty() local
211 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_connect() local
233 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_close() local
291 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getpeername() local
297 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getsockname() local
306 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_settimeout() local
[all …]
/dports/devel/love07/love-HEAD/src/libraries/luasocket/libluasocket/
H A Dtcp.c41 static luaL_reg tcp[] = { variable
130 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setoption() local
139 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getfd() local
147 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setfd() local
154 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_dirty() local
211 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_connect() local
233 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_close() local
291 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getpeername() local
297 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getsockname() local
306 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_settimeout() local
[all …]
/dports/devel/love10/love-0.10.2/src/libraries/luasocket/libluasocket/
H A Dtcp.c43 static luaL_reg tcp[] = { variable
132 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setoption() local
141 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getfd() local
149 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setfd() local
156 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_dirty() local
213 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_connect() local
235 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_close() local
293 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getpeername() local
299 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getsockname() local
308 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_settimeout() local
[all …]
/dports/games/spring/spring_98.0/rts/lib/luasocket/src/
H A Dtcp.cpp41 static luaL_reg tcp[] = { variable
130 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setoption() local
139 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getfd() local
147 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setfd() local
154 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_dirty() local
211 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_connect() local
233 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_close() local
291 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getpeername() local
297 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getsockname() local
306 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_settimeout() local
[all …]
/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/socket/
H A Dtcp.c38 static luaL_Reg tcp[] = { variable
127 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setoption() local
136 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getfd() local
144 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setfd() local
151 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_dirty() local
208 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_connect() local
230 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_close() local
288 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getpeername() local
294 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getsockname() local
303 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_settimeout() local
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] argument
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] argument
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] section
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] argument
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] argument
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] argument
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] section
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] argument
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] argument
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] argument
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] argument
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/suite/ndb/
H A Dbug49400.ini14 [tcp] section
21 [tcp] argument
22 NodeId1=2
23 NodeId2=1
24 Hostname1=localhost
25 Hostname2=localhost
/dports/net/luasocket/luasocket-3.0-rc1/src/
H A Dtcp.c150 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getoption() local
156 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setoption() local
165 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getfd() local
173 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setfd() local
180 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_dirty() local
245 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_connect() local
273 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_close() local
284 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getfamily() local
332 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getpeername() local
338 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getsockname() local
[all …]
/dports/devel/love/love-11.3/src/libraries/luasocket/libluasocket/
H A Dtcp.c153 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getoption() local
159 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setoption() local
168 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getfd() local
176 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_setfd() local
183 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_dirty() local
246 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_connect() local
274 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_close() local
285 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getfamily() local
336 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1); in meth_getpeername() local
368 p_tcp tcp = (p_tcp) lua_newuserdata(L, sizeof(t_tcp)); in tcp_create() local
[all …]

12345678910>>...104