Home
last modified time | relevance | path

Searched refs:MSG_FASTOPEN (Results 1 – 25 of 3061) sorted by relevance

12345678910>>...123

/dports/net/torsocks/torsocks-2.3.0/src/lib/
H A Dsendto.c47 #ifdef MSG_FASTOPEN in TSOCKS_LIBC_DECL()
49 if ((flags & MSG_FASTOPEN) == 0) { in TSOCKS_LIBC_DECL()
59 ret = send(sockfd, buf, len, flags & ~MSG_FASTOPEN); in TSOCKS_LIBC_DECL()
/dports/net/proxychains-ng/proxychains-ng-4.15/tests/
H A Dtest_sendto.c10 #ifndef MSG_FASTOPEN
11 # define MSG_FASTOPEN 0x20000000 macro
52 …n = sendto(sockfd, request, strlen(request), MSG_FASTOPEN, (struct sockaddr *)&serv_addr, sizeof(s… in main()
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dtcpiohandler.hh247 #ifdef MSG_FASTOPEN in tryConnect()
279 #ifdef MSG_FASTOPEN in connect()
364 #ifdef MSG_FASTOPEN in tryWrite()
366 int socketFlags = MSG_FASTOPEN; in tryWrite()
409 #ifdef MSG_FASTOPEN in write()
411 int socketFlags = MSG_FASTOPEN; in write()
472 #ifdef MSG_FASTOPEN
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Dtcpiohandler.hh247 #ifdef MSG_FASTOPEN in tryConnect()
279 #ifdef MSG_FASTOPEN in connect()
364 #ifdef MSG_FASTOPEN in tryWrite()
366 int socketFlags = MSG_FASTOPEN; in tryWrite()
409 #ifdef MSG_FASTOPEN in write()
411 int socketFlags = MSG_FASTOPEN; in write()
472 #ifdef MSG_FASTOPEN
/dports/devel/libowfat/libowfat-0.32/socket/
H A Dsocket_fastopen_connect4.c12 #ifndef MSG_FASTOPEN
18 r=socket_send4_flag(s,buf,len,ip,port,MSG_FASTOPEN);
H A Dsocket_fastopen_connect6.c12 #ifndef MSG_FASTOPEN
18 r=socket_send6_flag(s,buf,len,ip,port,scope_id,MSG_FASTOPEN);
/dports/devel/folly/folly-2021.12.27.00/folly/detail/
H A DSocketFastOpen.cpp32 #if !defined(MSG_FASTOPEN)
33 #define MSG_FASTOPEN 0x20000000 macro
45 flags |= MSG_FASTOPEN; in tfo_sendmsg()
/dports/net/httping/httping-2.5/
H A Dgen.h29 #ifndef MSG_FASTOPEN
30 #define MSG_FASTOPEN 0x20000000 macro
/dports/security/dropbear/dropbear-2020.81/
H A Dnetio.h59 #ifndef MSG_FASTOPEN
60 #define MSG_FASTOPEN 0x20000000 macro
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/src/
H A Dnetutils.h45 #ifndef MSG_FASTOPEN
46 #define MSG_FASTOPEN 0x20000000 macro
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/include/mysql/harness/net_ts/impl/
H A Dsocket_constants.h68 #ifdef MSG_FASTOPEN
70 static constexpr message_flags message_fast_open = MSG_FASTOPEN;
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/trace/beauty/
H A Dmsg_flags.c14 #ifndef MSG_FASTOPEN
15 #define MSG_FASTOPEN 0x20000000 macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/trace/beauty/
H A Dmsg_flags.c14 #ifndef MSG_FASTOPEN
15 #define MSG_FASTOPEN 0x20000000 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/trace/beauty/
H A Dmsg_flags.c14 #ifndef MSG_FASTOPEN
15 #define MSG_FASTOPEN 0x20000000 macro
/dports/www/trafficserver/trafficserver-9.1.1/iocore/eventsystem/
H A DI_SocketManager.h47 #ifndef MSG_FASTOPEN
49 #define MSG_FASTOPEN 0x20000000 macro
51 #define MSG_FASTOPEN 0 macro
/dports/www/trafficserver/trafficserver-9.1.1/iocore/eventsystem/unit_tests/
H A Dtest_EventSystem.cc106 if (MSG_FASTOPEN == 0) {
113 if (MSG_FASTOPEN == 0) {
/dports/mail/exim-monitor/exim-4.95/OS/
H A Dos.h-Linux83 #include <sys/socket.h> /* for MSG_FASTOPEN */
84 #if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN)
85 # define MSG_FASTOPEN 0x20000000
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dsocket.h245 MSG_FASTOPEN = 0x20000000, /* Send data in TCP SYN. */ enumerator
246 #define MSG_FASTOPEN MSG_FASTOPEN macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dsocket.h245 MSG_FASTOPEN = 0x20000000, /* Send data in TCP SYN. */ enumerator
246 #define MSG_FASTOPEN MSG_FASTOPEN macro
/dports/mail/exim-postgresql/exim-4.95/OS/
H A Dos.h-Linux83 #include <sys/socket.h> /* for MSG_FASTOPEN */
84 #if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN)
85 # define MSG_FASTOPEN 0x20000000
/dports/mail/exim-mysql/exim-4.95/OS/
H A Dos.h-Linux83 #include <sys/socket.h> /* for MSG_FASTOPEN */
84 #if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN)
85 # define MSG_FASTOPEN 0x20000000
/dports/mail/exim-sa-exim/exim-4.95/OS/
H A Dos.h-Linux83 #include <sys/socket.h> /* for MSG_FASTOPEN */
84 #if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN)
85 # define MSG_FASTOPEN 0x20000000
/dports/mail/exim-sqlite/exim-4.95/OS/
H A Dos.h-Linux83 #include <sys/socket.h> /* for MSG_FASTOPEN */
84 #if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN)
85 # define MSG_FASTOPEN 0x20000000
/dports/mail/exim/exim-4.95/OS/
H A Dos.h-Linux83 #include <sys/socket.h> /* for MSG_FASTOPEN */
84 #if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN)
85 # define MSG_FASTOPEN 0x20000000
/dports/mail/exim-ldap2/exim-4.95/OS/
H A Dos.h-Linux83 #include <sys/socket.h> /* for MSG_FASTOPEN */
84 #if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN)
85 # define MSG_FASTOPEN 0x20000000

12345678910>>...123