Searched defs:_send (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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) function
|
/illumos-gate/usr/src/cmd/lms/ |
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 class:Protocol
|
Completed in 49 milliseconds