Home
last modified time | relevance | path

Searched defs:backLog (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp80 int32_t backLog = 2; in SocketServiceStart() local
136 int32_t backLog = 2; in SocketIpv6ServiceStart() local
883 int32_t backLog = 2; variable
909 int32_t backLog = -1; variable
935 int32_t backLog = 2; variable
950 int32_t backLog = 2; variable
1020 int32_t backLog = 2; variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c825 static struct FtSocket *SockApiGetAndCheckListenState(FILLP_INT sockIndex, FILLP_INT backLog, Fillp… in SockApiGetAndCheckListenState()
866 FillpErrorType SockListen(FILLP_INT sockIndex, FILLP_INT backLog) in SockListen()
H A Dapi.c244 FILLP_INT DLL_API FtListen(FILLP_INT fd, FILLP_INT backLog) in FtListen()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c195 int32_t SoftBusSocketListen(int32_t socketFd, int32_t backLog) in SoftBusSocketListen()