Home
last modified time | relevance | path

Searched refs:COAP_SRV_DEFAULT_PORT (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_app.h28 #define COAP_SRV_DEFAULT_PORT "5684" macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H A Dcoap_app.h29 #define COAP_SRV_DEFAULT_PORT 5684 macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c141 localAddr.sin_port = htons(COAP_SRV_DEFAULT_PORT); in CoapCreateUdpClientEx()
191 sockAddr.sin_port = htons(COAP_SRV_DEFAULT_PORT); in CoapSendMsg()
367 int32_t listenFd = CoapCreateUdpServer(COAP_SRV_DEFAULT_ADDR, COAP_SRV_DEFAULT_PORT); in CoapServerInit()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c499 char portStr[NI_MAXSERV] = COAP_SRV_DEFAULT_PORT; in CoapServerInit()
H A Dcoap_discover.c184 session = CoapGetSession(ctx->ctx, GetLocalIfaceIpStr(ctx->iface), COAP_SRV_DEFAULT_PORT, &coapServerParameter); in CoapSendRequestEx()

Completed in 5 milliseconds