HomeSort by relevance Sort by last modified time
    Searched refs:MSG_SYN (Results 1 - 14 of 14) sorted by null

  /external/strace/xlat/
msg_flags.h 76 #if defined(MSG_SYN) || (defined(HAVE_DECL_MSG_SYN) && HAVE_DECL_MSG_SYN)
78 static_assert((MSG_SYN) == (0x400), "MSG_SYN != 0x400");
81 # define MSG_SYN 0x400
195 XLAT(MSG_SYN),
  /bionic/libc/include/sys/
socket.h 245 #define MSG_SYN 0x400
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 560 milliseconds