Lines Matching defs:endpoint
84 coap_endpoint_t *endpoint; /**< session's endpoint */
216 * Abstraction of virtual endpoint that can be attached to coap_context_t. The
217 * keys (port, bind_addr) must uniquely identify this endpoint.
221 coap_context_t *context; /**< endpoint's context */
308 * Creates a new server session for the specified endpoint.
310 * @param ep An endpoint where an incoming connection request is pending.
349 * Lookup the server session for the packet received on an endpoint, or create
352 * @param endpoint Active endpoint the packet was received on.
357 coap_session_t *coap_endpoint_get_session(coap_endpoint_t *endpoint,