Lines Matching refs:endpoint
386 * Create a new endpoint for communicating with peers.
388 * @param context The coap context that will own the new endpoint,
389 * @param listen_addr Address the endpoint will listen for incoming requests
392 * use a random endpoint.
393 * @param proto Protocol used on this endpoint,
395 * @return The new endpoint or @c NULL on failure.
401 * Set the endpoint's default MTU. This is the maximum message size that can be
404 * @param endpoint The CoAP endpoint.
407 void coap_endpoint_set_default_mtu(coap_endpoint_t *endpoint, unsigned mtu);
410 * Release an endpoint and all the structures associated with it.
412 * @param endpoint The endpoint to release.
414 void coap_free_endpoint(coap_endpoint_t *endpoint);
433 * Get endpoint description.
435 * @param endpoint The CoAP endpoint.
438 const char *coap_endpoint_str(const coap_endpoint_t *endpoint);