Home
last modified time | relevance | path

Searched defs:aMaxFd (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dsimul_utils.c44 void utilsAddFdToFdSet(int aFd, fd_set *aFdSet, int *aMaxFd) in utilsAddFdToFdSet()
372 void utilsAddSocketRxFd(const utilsSocket *aSocket, fd_set *aFdSet, int *aMaxFd) in utilsAddSocketRxFd()
381 void utilsAddSocketTxFd(const utilsSocket *aSocket, fd_set *aFdSet, int *aMaxFd) in utilsAddSocketTxFd()
H A Duart.c174 … platformUartUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aMaxFd) in platformUartUpdateFdSet()
H A Dble.c163 …tformBleUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, struct timeval *aTimeout, int *aMaxFd) in platformBleUpdateFdSet()
H A Dinfra_if.c277 void platformInfraIfUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, int *aMaxFd) in platformInfraIfUpdateFdSet()
H A Dtrel.c332 …formTrelUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, struct timeval *aTimeout, int *aMaxFd) in platformTrelUpdateFdSet()
H A Dmdns_socket.c387 void platformMdnsSocketUpdateFdSet(fd_set *aReadFdSet, int *aMaxFd) in platformMdnsSocketUpdateFdSet()
H A Dradio.c793 …ormRadioUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, struct timeval *aTimeout, int *aMaxFd) in platformRadioUpdateFdSet()