Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.4.0/libcoap/src/
Dcoap_io.c62 static struct coap_endpoint_t ep; in coap_malloc_contiki_endpoint() local
73 coap_free_contiki_endpoint(struct coap_endpoint_t *ep) { in coap_free_contiki_endpoint()
79 struct coap_endpoint_t *ep = coap_malloc_contiki_endpoint(); in coap_new_endpoint() local
99 coap_free_endpoint(coap_endpoint_t *ep) { in coap_free_endpoint()
115 coap_free_posix_endpoint(struct coap_endpoint_t *ep) { in coap_free_posix_endpoint()
123 struct coap_endpoint_t *ep; in coap_new_endpoint() local
197 coap_free_endpoint(coap_endpoint_t *ep) { in coap_free_endpoint()
244 struct coap_endpoint_t *ep = in coap_network_send() local
412 coap_network_read(coap_endpoint_t *ep, coap_packet_t **packet) { in coap_network_read()
Dcoap_io_lwip.c54 coap_endpoint_t *ep = (coap_endpoint_t*)arg; in coap_recv() local
93 void coap_free_endpoint(coap_endpoint_t *ep) in coap_free_endpoint()