Searched refs:_send (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 53 #pragma weak send = _send 138 _send(int sock, char *buf, int len, int flags) in _send() function
|
/titanic_41/usr/src/cmd/lms/ |
H A D | ProtocolCompat.cpp | 140 if (-1 == _send(it->second->GetSocket(), (char *)msg->Data, ntohs(msg->DataLength), error)) { in _LmeReceiveCompat()
|
H A D | Protocol.h | 129 ssize_t _send(int s, const void *buf, size_t len, int &senderr);
|
H A D | Protocol.cpp | 700 _send(_clientSignalSocket, "s", 1, senderr); //Enforce a new execution of Select() 1202 int count = _send(s, (char *)udpSendToMessage->Data, udpSendToMessage->DataLength, error); 1358 int count = _send(it->second->GetSocket(), (char *)chDMsg->Data, 1797 ssize_t Protocol::_send(int s, const void *buf, size_t len, int &senderr) function in Protocol
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | send.c | 50 if ((a = _send(s, msg, len, flags)) == -1) {
|
H A D | syscall.c | 569 return (_send(i1, c1, i2, i3)); in syscall()
|
/titanic_41/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.alt.in | 43 …ect|_recv|_setsockopt|_getsockopt|_getsockname|_getpeername|_bind|_accept|_send|_socketpair|_shutd…
|
/titanic_41/usr/src/lib/libsocket/common/ |
H A D | mapfile-vers | 244 _send;
|
H A D | llib-lsocket | 112 int _send(int s, const char *msg, int len, int flags);
|