#include <socket.h>
Definition at line 136 of file socket.h.
◆ Accept()
static intptr_t dart::bin::ServerSocket::Accept |
( |
intptr_t |
fd | ) |
|
|
static |
◆ CreateBindListen()
static intptr_t dart::bin::ServerSocket::CreateBindListen |
( |
const RawAddr & |
addr, |
|
|
intptr_t |
backlog, |
|
|
bool |
v6_only = false |
|
) |
| |
|
static |
◆ CreateUnixDomainBindListen()
static intptr_t dart::bin::ServerSocket::CreateUnixDomainBindListen |
( |
const RawAddr & |
addr, |
|
|
intptr_t |
backlog |
|
) |
| |
|
static |
◆ StartAccept()
static bool dart::bin::ServerSocket::StartAccept |
( |
intptr_t |
fd | ) |
|
|
static |
◆ kTemporaryFailure
constexpr intptr_t dart::bin::ServerSocket::kTemporaryFailure = -2 |
|
staticconstexpr |
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/bin/socket.h