Home
last modified time | relevance | path

Searched refs:needBind (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_client.c160 uint8_t needBind, const struct in_addr *ip) in CoapGetContextEx() argument
195 if (ip != NULL && needBind) { in CoapGetContextEx()
199 if (needBind && BindToDevice(ep->sock.fd, sockIpPtr) != NSTACKX_EOK) { in CoapGetContextEx()
215 coap_context_t *CoapGetContext(const char *node, const char *port, uint8_t needBind, const struct i… in CoapGetContext() argument
217 coap_context_t *context = CoapGetContextEx(node, port, needBind, ip); in CoapGetContext()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_client.h35 coap_context_t *CoapGetContext(const char *node, const char *port, uint8_t needBind, const struct i…