libptpmgmt 2.0
libptpmgmt library that provides the functionality of linuxptp pmc
Loading...
Searching...
No Matches
SockUnix Member List

This is the complete list of members for SockUnix, including all inherited members.

close()SockBase
fileno() constSockBase
getFd() constSockBase
getHomeDir()SockUnixstatic
getHomeDir_c()SockUnixstatic
getLastFrom() constSockUnix
getLastFrom_c() constSockUnix
getPeerAddress() constSockUnix
getPeerAddress_c() constSockUnix
getSelfAddress() constSockUnix
getSelfAddress_c() constSockUnix
init()SockBase
isAddressAbstract(const std::string &addr)SockUnixstatic
isLastFromAbstract() constSockUnix
isPeerAddressAbstract() constSockUnix
isSelfAddressAbstract() constSockUnix
poll(uint64_t timeout_ms=0) constSockBase
rcv(void *buf, size_t bufSize, bool block=false) constSockBase
rcv(Buf &buf, bool block=false) constSockBase
rcvBuf(Buf &buf, bool block=false) constSockBase
rcvBufFrom(Buf &buf, bool block=false)SockUnix
rcvFrom(void *buf, size_t bufSize, std::string &from, bool block=false) constSockUnix
rcvFrom(Buf &buf, std::string &from, bool block=false) constSockUnix
rcvFrom(void *buf, size_t bufSize, bool block=false)SockUnix
rcvFrom(Buf &buf, bool block=false)SockUnix
send(const void *msg, size_t len) constSockBase
send(const Buf &buf, size_t len) constSockBase
sendBuf(const Buf &buf, size_t len) constSockBase
sendTo(const void *msg, size_t len, const std::string &addrStr, bool useAbstract=false) constSockUnix
sendTo(const Buf &buf, size_t len, const std::string &addrStr, bool useAbstract=false) constSockUnix
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 &section="")SockUnix
setSelfAddress(const std::string &string, bool useAbstract=false)SockUnix
SockUnix() (defined in SockUnix)SockUnix
tpoll(uint64_t &timeout_ms) constSockBase
~SockBase()SockBasevirtual