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