Uses of Class
oshi.jna.platform.unix.CLibrary.BsdTcpstat
Packages that use CLibrary.BsdTcpstat
Package
Description
Provides information about Software and OS on macOS
Provides information about Software and OS on FreeBSD
-
Uses of CLibrary.BsdTcpstat in oshi.software.os.mac
Fields in oshi.software.os.mac with type parameters of type CLibrary.BsdTcpstatModifier and TypeFieldDescriptionprivate Supplier<CLibrary.BsdTcpstat> MacInternetProtocolStats.tcpstatMethods in oshi.software.os.mac that return CLibrary.BsdTcpstatModifier and TypeMethodDescriptionprivate static CLibrary.BsdTcpstatMacInternetProtocolStats.queryTcpstat() -
Uses of CLibrary.BsdTcpstat in oshi.software.os.unix.freebsd
Fields in oshi.software.os.unix.freebsd with type parameters of type CLibrary.BsdTcpstatModifier and TypeFieldDescriptionprivate Supplier<CLibrary.BsdTcpstat> FreeBsdInternetProtocolStats.tcpstatMethods in oshi.software.os.unix.freebsd that return CLibrary.BsdTcpstatModifier and TypeMethodDescriptionprivate static CLibrary.BsdTcpstatFreeBsdInternetProtocolStats.queryTcpstat()