Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c322 static int32_t CoapCreateUdpServer(const char *ipAddr, int32_t port) in CoapCreateUdpServer() function
367 int32_t listenFd = CoapCreateUdpServer(COAP_SRV_DEFAULT_ADDR, COAP_SRV_DEFAULT_PORT); in CoapServerInit()