Home
last modified time | relevance | path

Searched refs:send (Results 1 – 13 of 13) sorted by relevance

/net-tools-3.4.0/virtual-hub/src/
Dhub.c51 bool **send; variable
71 send = (bool **) malloc(number_nodes * sizeof(bool *)); in alloc_size()
73 send[lines] = (bool *) malloc(number_nodes * sizeof(bool)); in alloc_size()
95 free(send[i]); in dealloc_size()
100 free(send); in dealloc_size()
112 send[pos][i] = TRUE; in setup_reachable_nodes()
120 send[pos][i] = FALSE; in reset_reachable_nodes()
127 if (send[pos][i] == TRUE) { in broadcast_data()
317 send[i][j] = FALSE; in main()
/net-tools-3.4.0/
Dtcptest.py71 sent_bytes = sock.send(current_n_bytes)
DREADME NAT.md12 This is Linux TAP interface so it can send and receive Ethernet frames.
DREADME.legacy120 In order to send multicast IPv6 packets, one needs to
DREADME.md71 This script will send numbers to the echo-server program, read them back,
/net-tools-3.4.0/python-websocket-server/
DREADME.md36 Then just open `client.html` in your browser and you should be able to send and receive messages.
90 …r might not have any use to use. However it is passed in case you want to send messages to clients.
/net-tools-3.4.0/python-websocket-server/websocket_server/
Dwebsocket_server.py296 self.request.send(header + payload)
329 self.handshake_done = self.request.send(response.encode())
/net-tools-3.4.0/libcoap/
DCONTRIBUTE85 To be able to send a patch series you will now create the series itself as
98 useful information's for the mailing list. After finish this you now can send
101 git send-email ../patches4libcoap/* --to=libcoap-developers@lists.sourceforge.net
/net-tools-3.4.0/mbedtls-2.4.0/library/
Dnet_sockets.c67 #define write(fd,buf,len) send(fd,(char*)buf,(int) len,0)
/net-tools-3.4.0/libcoap/examples/
Dcoap-client.txt.in50 File to send with PUT/POST (use '-' for STDIN).
/net-tools-3.4.0/tinydtls-0.8.2/sha2/
DREADME145 your changes under the same license, please send them to me for possible
235 Please don't send support questions. I don't have the time to answer and
/net-tools-3.4.0/mbedtls-2.4.0/yotta/data/
DREADME.md92 …in the ownership of the copyright. We have a form for this, which we will send to you in case you …
/net-tools-3.4.0/mbedtls-2.4.0/
DChangeLog704 * ssl_close_notify() could send more than one message in some circumstances
929 send() would return an EAGAIN error when sending the ticket.
1014 * Server does not send out extensions not advertised by client
1021 * Server-side initiated renegotiations send HelloRequest
1178 * ssl_close_notify() could send more than one message in some circumstances
1819 * Fixed bug resulting in failure to send the last
1930 be sent twice in non-blocking mode when send returns EAGAIN