Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 10 of 10) sorted by relevance

/net-tools-3.5.0/libcoap/src/
Dcoap_io.c83 ep->handle.conn = udp_new(NULL, 0, NULL); in coap_new_endpoint()
85 if (!ep->handle.conn) { in coap_new_endpoint()
93 udp_bind((struct uip_udp_conn *)ep->handle.conn, addr->port); in coap_new_endpoint()
101 if (ep->handle.conn) { in coap_free_endpoint()
102 uip_udp_remove((struct uip_udp_conn *)ep->handle.conn); in coap_free_endpoint()
168 ep->handle.fd = sockfd; in coap_new_endpoint()
199 if (ep->handle.fd >= 0) in coap_free_endpoint()
200 close(ep->handle.fd); in coap_free_endpoint()
329 return sendmsg(ep->handle.fd, &mhdr, 0); in coap_network_send()
333 uip_udp_packet_sendto((struct uip_udp_conn *)ep->handle.conn, data, datalen, in coap_network_send()
[all …]
Dnet.c391 c->sockfd = c->endpoint->handle.fd; in coap_new_context()
/net-tools-3.5.0/libcoap/include/coap/
Dcoap_io.h44 } handle; /**< opaque handle to identify this endpoint */ member
/net-tools-3.5.0/libcoap/examples/
Dcoap-rd.txt.in21 *coap-rd* is a simple CoAP Resource Directory server that can handle resource
/net-tools-3.5.0/python-websocket-server/websocket_server/
Dwebsocket_server.py176 def handle(self): member in WebSocketHandler
/net-tools-3.5.0/libcoap/
DCONTRIBUTE166 handle the changes in the way you have done. Remind that other user can
174 * Every patch/commit should handle one single logical change. If more than
/net-tools-3.5.0/mbedtls-2.4.0/
DChangeLog1020 * Defines to handle UEFI environment under MSVC
1319 * ssl_write_certificate_request() can handle empty ca_chain
1386 * Correctly handle CertificateRequest message in client for <= TLS 1.1
1456 POLARSSL_MODE_CFB, to also handle different block size CFB modes.
1506 * ssl_write_certificate_request() can handle empty ca_chain
1554 * Correctly handle empty SSL/TLS packets (Found by James Yonan)
1938 * Correctly handle the case in padlock_xcryptcbc() when input or
1940 implementation, as VIA Nehemiah cannot handle non-aligned buffers
1971 * Modified the HMAC functions to handle keys larger
2055 * Updated rsa_pkcs1_sign to handle arbitrary large inputs
/net-tools-3.5.0/
Dcoap-client.c1716 close(coap_ctx->endpoint->handle.fd);
1746 coap_ctx->endpoint->handle.fd = fd;
/net-tools-3.5.0/tinydtls-0.8.2/sha2/
DREADME40 data is handled. The NIST document describes how to handle sub-byte
/net-tools-3.5.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile603 # file names with spaces, bibtex cannot handle them.