Searched refs:ep_udp (Results 1 – 2 of 2) sorted by relevance
725 coap_endpoint_t *ep_udp = NULL, *ep_dtls = NULL, *ep_tcp = NULL, *ep_tls = NULL; in get_context() local742 ep_udp = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP); in get_context()743 if (ep_udp) { in get_context()763 if (ep_udp) in get_context()
2294 coap_endpoint_t *ep_udp = NULL, *ep_dtls = NULL; in get_context() local2311 ep_udp = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP); in get_context()2312 if (ep_udp) { in get_context()2336 if (ep_udp) in get_context()