Searched defs:RecvData (Results 1 – 3 of 3) sorted by relevance
40 pub(crate) struct RecvData<S> { struct51 impl<S: AsyncRead + Unpin + Sync + Send + 'static> Future for RecvData<S> { argument60 impl<S: AsyncRead + Unpin + Sync + Send + 'static> RecvData<S> { impl
305 int32_t DhcpArpChecker::RecvData(uint8_t *buff, int32_t count, int32_t timeoutMillis) in RecvData() function in OHOS::DHCP::DhcpArpChecker
269 static char *RecvData(const ConnPktHead *head, int32_t fd, uint32_t len) in RecvData() function