|
libptpmgmt 2.0
libptpmgmt library that provides the functionality of linuxptp pmc
|
This is the complete list of members for SockUnix, including all inherited members.
| close() | SockBase | |
| fileno() const | SockBase | |
| getFd() const | SockBase | |
| getHomeDir() | SockUnix | static |
| getHomeDir_c() | SockUnix | static |
| getLastFrom() const | SockUnix | |
| getLastFrom_c() const | SockUnix | |
| getPeerAddress() const | SockUnix | |
| getPeerAddress_c() const | SockUnix | |
| getSelfAddress() const | SockUnix | |
| getSelfAddress_c() const | SockUnix | |
| init() | SockBase | |
| isAddressAbstract(const std::string &addr) | SockUnix | static |
| isLastFromAbstract() const | SockUnix | |
| isPeerAddressAbstract() const | SockUnix | |
| isSelfAddressAbstract() const | SockUnix | |
| 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 | |
| rcvBufFrom(Buf &buf, bool block=false) | SockUnix | |
| rcvFrom(void *buf, size_t bufSize, std::string &from, bool block=false) const | SockUnix | |
| rcvFrom(Buf &buf, std::string &from, bool block=false) const | SockUnix | |
| rcvFrom(void *buf, size_t bufSize, bool block=false) | SockUnix | |
| rcvFrom(Buf &buf, bool block=false) | SockUnix | |
| 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 | |
| sendTo(const void *msg, size_t len, const std::string &addrStr, bool useAbstract=false) const | SockUnix | |
| sendTo(const Buf &buf, size_t len, const std::string &addrStr, bool useAbstract=false) const | SockUnix | |
| setDefSelfAddress(const std::string &rootBase="", const std::string &useDef="") | SockUnix | |
| setPeerAddress(const std::string &string, bool useAbstract=false) | SockUnix | |
| setPeerAddress(const ConfigFile &cfg, const std::string §ion="") | SockUnix | |
| setSelfAddress(const std::string &string, bool useAbstract=false) | SockUnix | |
| SockUnix() (defined in SockUnix) | SockUnix | |
| tpoll(uint64_t &timeout_ms) const | SockBase | |
| ~SockBase() | SockBase | virtual |