libptpmgmt
1.4
libptpmgmt library that provides the functionality of linuxptp pmc
|
This is the complete list of members for SockBase, including all inherited members.
close() | SockBase | inlineprotected |
fileno() const | SockBase | inlineprotected |
getFd() const | SockBase | inlineprotected |
init() | SockBase | inlineprotected |
poll(uint64_t timeout_ms=0) const | SockBase | protected |
rcv(void *buf, size_t bufSize, bool block=false) | SockBase | inlineprotected |
rcv(Buf &buf, bool block=false) | SockBase | inlineprotected |
rcvBuf(Buf &buf, bool block=false) | SockBase | inlineprotected |
send(const void *msg, size_t len) | SockBase | inlineprotected |
send(Buf &buf, size_t len) | SockBase | inlineprotected |
sendBuf(Buf &buf, size_t len) | SockBase | inlineprotected |
tpoll(uint64_t &timeout_ms) const | SockBase | protected |