HomeSort by relevance Sort by last modified time
    Searched defs:ppoll (Results 1 - 2 of 2) sorted by null

  /system/netd/libnetdutils/include/netdutils/
Syscalls.h 58 virtual StatusOr<int> ppoll(pollfd* fds, nfds_t nfds, double timeout) const = 0;
130 StatusOr<std::array<uint16_t, size>> ppoll(const std::array<Fd, size>& fds, uint16_t events, function in class:android::netdutils::Syscalls
138 RETURN_IF_NOT_OK(ppoll(tmp.data(), tmp.size(), timeout).status());
  /external/tcpdump/
print-ntp.c 119 u_char ppoll; /* poll value */ member in struct:ntpdata
239 ND_TCHECK(bp->ppoll);
240 ND_PRINT((ndo, ", poll %u (%us)", bp->ppoll, 1 << bp->ppoll));

Completed in 108 milliseconds