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

This is the complete list of members for SockRaw, 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
setPtpDstMac(const Binary &ptp_dst_mac)SockRaw
setPtpDstMac(const void *ptp_dst_mac, size_t len)SockRaw
setPtpDstMac(const ConfigFile &cfg, const std::string &section="")SockRaw
setPtpDstMacStr(const std::string &string)SockRaw
setSocketPriority(uint8_t socket_priority)SockRaw
setSocketPriority(const ConfigFile &cfg, const std::string &section="")SockRaw
SockRaw() (defined in SockRaw)SockRaw
tpoll(uint64_t &timeout_ms) constSockBase
~SockBase()SockBasevirtual