Lines Matching refs:endpoint
40 * Function interface to check whether netif for endpoint is still available.
42 * @param endpoint Endpoint to check against.
46 int coap_netif_available_ep(coap_endpoint_t *endpoint);
51 * @param endpoint Endpoint to do the listen on.
56 int coap_netif_dgrm_listen(coap_endpoint_t *endpoint,
90 * @param endpoint Endpoint to receive data on.
97 ssize_t coap_netif_dgrm_read_ep(coap_endpoint_t *endpoint,
118 * @param endpoint Endpoint to do the listen on.
123 int coap_netif_strm_listen(coap_endpoint_t *endpoint,
129 * @param endpoint Endpoint to to do the accept on.
134 int coap_netif_strm_accept(coap_endpoint_t *endpoint, coap_session_t *session);
199 * Layer function interface for Netif close for a endpoint.
201 * @param endpoint Endpoint to do the netif close on.
203 void coap_netif_close_ep(coap_endpoint_t *endpoint);