Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsysio.h68 int maxUdpSock; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsysio_udp.c281 if (fd > g_udpIo.maxUdpSock) { in SysioMaxUdpSockSet()
282 g_udpIo.maxUdpSock = fd; in SysioMaxUdpSockSet()