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.tcpstat
Methods in oshi.software.os.mac that return CLibrary.BsdTcpstatModifier and TypeMethodDescriptionprivate static CLibrary.BsdTcpstat
MacInternetProtocolStats.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.tcpstat
Methods in oshi.software.os.unix.freebsd that return CLibrary.BsdTcpstatModifier and TypeMethodDescriptionprivate static CLibrary.BsdTcpstat
FreeBsdInternetProtocolStats.queryTcpstat()