OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOCKET_CALL
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
sockets.c
956
#define
SOCKET_CALL
(cmd) \
966
SOCKET_CALL
(send(fd, buf, buflen, 0))
972
SOCKET_CALL
(send(fd, buf, buflen, MSG_OOB));
984
SOCKET_CALL
(sendto(fd, buf, buflen, 0, sa.sa, salen));
990
SOCKET_CALL
(recv(fd, buf, len, 0));
1019
SOCKET_CALL
(connect(fd,addr.sa,addrlen));
1031
SOCKET_CALL
(bind(fd, addr.sa, addrlen));
1065
SOCKET_CALL
(listen(fd, backlog));
[
all
...]
/sdk/emulator/opengl/tests/event_injector/
sockets.c
960
#define
SOCKET_CALL
(cmd) \
970
SOCKET_CALL
(send(fd, buf, buflen, 0))
976
SOCKET_CALL
(send(fd, buf, buflen, MSG_OOB));
988
SOCKET_CALL
(sendto(fd, buf, buflen, 0, sa.sa, salen));
994
SOCKET_CALL
(recv(fd, buf, len, 0));
1023
SOCKET_CALL
(connect(fd,addr.sa,addrlen));
1035
SOCKET_CALL
(bind(fd, addr.sa, addrlen));
1069
SOCKET_CALL
(listen(fd, backlog));
[
all
...]
Completed in 1671 milliseconds