libptpmgmt 2.0
libptpmgmt library that provides the functionality of linuxptp pmc
|
This is the complete list of members for SockIp6, including all inherited members.
close() | SockBase | |
fileno() const | SockBase | |
getFd() const | SockBase | |
init() | SockBase | |
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 | |
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 | |
setAll(const IfInfo &ifObj, const ConfigFile &cfg, const std::string §ion="") | SockBaseIf | |
setAllInit(const IfInfo &ifObj, const ConfigFile &cfg, const std::string §ion="") | SockBaseIf | |
setIf(const IfInfo &ifObj) | SockBaseIf | |
setIfUsingIndex(int ifIndex) | SockBaseIf | |
setIfUsingName(const std::string &ifName) | SockBaseIf | |
setScope(uint8_t udp6_scope) | SockIp6 | |
setScope(const ConfigFile &cfg, const std::string §ion="") | SockIp6 | |
setUdpTtl(uint8_t udp_ttl) | SockIp | |
setUdpTtl(const ConfigFile &cfg, const std::string §ion="") | SockIp | |
SockIp6() (defined in SockIp6) | SockIp6 | |
tpoll(uint64_t &timeout_ms) const | SockBase | |
~SockBase() | SockBase | virtual |