Home
last modified time | relevance | path

Searched refs:CoapServerInit (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H A Dcoap_app.h53 CoapCtxType *CoapServerInit(const struct in_addr *ip, void *iface);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_app.h47 CoapCtxType *CoapServerInit(const struct in_addr *ip, void *iface);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c175 iface->ctx = CoapServerInit(&iface->ip, (void *)iface); in LocalIfaceCreateContextTimeout()
215 iface->ctx = CoapServerInit(ip, (void *)iface); in LocalIfaceInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c355 CoapCtxType *CoapServerInit(const struct in_addr *ip, void *iface) in CoapServerInit() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c487 CoapCtxType *CoapServerInit(const struct in_addr *ip, void *iface) in CoapServerInit() function