|
libptpmgmt 2.0
libptpmgmt library that provides the functionality of linuxptp pmc
|
This is the complete list of members for SockBaseIf, including all inherited members.
| close() | SockBase | |
| fileno() const | SockBase | |
| getFd() const | SockBase | |
| init() | SockBase | |
| poll(uint64_t timeout_ms=0) const | SockBase | |
| rcv(void *buf, size_t bufSize, bool block=false) const | SockBase | |
| rcv(Buf &buf, bool block=false) const | SockBase | |
| rcvBuf(Buf &buf, bool block=false) const | SockBase | |
| send(const void *msg, size_t len) const | SockBase | |
| send(const Buf &buf, size_t len) const | SockBase | |
| sendBuf(const Buf &buf, size_t len) const | SockBase | |
| setAll(const IfInfo &ifObj, const ConfigFile &cfg, const std::string §ion="") | SockBaseIf | |
| setAllInit(const IfInfo &ifObj, const ConfigFile &cfg, const std::string §ion="") | SockBaseIf | |
| setIf(const IfInfo &ifObj) | SockBaseIf | |
| setIfUsingIndex(int ifIndex) | SockBaseIf | |
| setIfUsingName(const std::string &ifName) | SockBaseIf | |
| tpoll(uint64_t &timeout_ms) const | SockBase | |
| ~SockBase() | SockBase | virtual |