HomeSort by relevance Sort by last modified time
    Searched refs:MSG_FASTOPEN (Results 1 - 25 of 31) sorted by null

1 2

  /external/ltp/include/lapi/
socket.h 24 #ifndef MSG_FASTOPEN
25 # define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */
  /external/strace/xlat/
msg_flags.h 68 #if defined(MSG_FASTOPEN) || (defined(HAVE_DECL_MSG_FASTOPEN) && HAVE_DECL_MSG_FASTOPEN)
69 XLAT(MSG_FASTOPEN),
  /external/curl/lib/
sendf.c 371 #if defined(MSG_FASTOPEN) && !defined(TCP_FASTOPEN_CONNECT) /* Linux */
373 bytes_written = sendto(sockfd, mem, len, MSG_FASTOPEN,
connect.c     [all...]
setopt.c     [all...]
  /bionic/libc/include/sys/
socket.h 253 #define MSG_FASTOPEN 0x20000000
  /external/linux-kselftest/tools/testing/selftests/net/
reuseport_bpf.c 201 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0)
  /external/ltp/testcases/network/netstress/
netstress.c 255 SAFE_SENDTO(1, cfd, msg, size, MSG_FASTOPEN | MSG_NOSIGNAL,
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 552 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_amd64.go 552 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_arm.go 551 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_arm64.go 692 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_mips.go 674 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_mips64.go 685 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_mips64le.go 685 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_mipsle.go 674 MSG_FASTOPEN = 0x20000000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 552 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_amd64.go 552 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_arm.go 551 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_arm64.go 692 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_mips.go 674 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_mips64.go 685 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_mips64le.go 685 MSG_FASTOPEN = 0x20000000
    [all...]
zerrors_linux_mipsle.go 674 MSG_FASTOPEN = 0x20000000
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]

Completed in 660 milliseconds

1 2