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

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

close()SockBase
fileno() constSockBase
getFd() constSockBase
init()SockBase
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
send(const void *msg, size_t len) constSockBase
send(const Buf &buf, size_t len) constSockBase
sendBuf(const Buf &buf, size_t len) constSockBase
setAll(const IfInfo &ifObj, const ConfigFile &cfg, const std::string &section="")SockBaseIf
setAllInit(const IfInfo &ifObj, const ConfigFile &cfg, const std::string &section="")SockBaseIf
setIf(const IfInfo &ifObj)SockBaseIf
setIfUsingIndex(int ifIndex)SockBaseIf
setIfUsingName(const std::string &ifName)SockBaseIf
tpoll(uint64_t &timeout_ms) constSockBase
~SockBase()SockBasevirtual