OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SendMsg
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/posix/
unix_domain_socket_linux.cc
49
bool UnixDomainSocket::
SendMsg
(int fd,
80
const ssize_t r = HANDLE_EINTR(
sendmsg
(fd, &msg, flags));
215
if (!
SendMsg
(fd, request.data(), request.size(), send_fds))
/external/autotest/client/tests/kvm/deps/
rss.cpp
565
BOOL
SendMsg
(SOCKET socket, DWORD msg)
644
SendMsg
(ci->socket, RSS_ERROR);
709
if (!
SendMsg
(ci->socket, RSS_OK))
750
if (!
SendMsg
(ci->socket, RSS_CREATE_DIR)) {
764
if (!
SendMsg
(ci->socket, RSS_LEAVE_DIR)) {
784
if (!
SendMsg
(ci->socket, RSS_CREATE_FILE)) {
833
if (!
SendMsg
(ci->socket, RSS_DONE))
852
if (!
SendMsg
(ci->socket, RSS_MAGIC))
[
all
...]
Completed in 4083 milliseconds