libptpmgmt
1.4
libptpmgmt library that provides the functionality of linuxptp pmc
|
This is the complete list of members for SockBaseIf, 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 |
setAll(const IfInfo &ifObj, const ConfigFile &cfg, const std::string §ion="") | SockBaseIf | inline |
setAllInit(const IfInfo &ifObj, const ConfigFile &cfg, const std::string §ion="") | SockBaseIf | inline |
setIf(const IfInfo &ifObj) | SockBaseIf | |
setIfUsingIndex(int ifIndex) | SockBaseIf | |
setIfUsingName(const std::string &ifName) | SockBaseIf | |
tpoll(uint64_t &timeout_ms) const | SockBase | protected |