Class MacInternetProtocolStats.BsdIpstat
java.lang.Object
oshi.software.common.os.mac.MacInternetProtocolStats.BsdIpstat
- Enclosing class:
MacInternetProtocolStats
Selected fields of the macOS
ipstat structure.-
Constructor Summary
ConstructorsConstructorDescriptionBsdIpstat(int total, int badsum, int tooshort, int toosmall, int badhlen, int badlen, int delivered) Creates anipstatcarrier. -
Method Summary
-
Constructor Details
-
BsdIpstat
public BsdIpstat(int total, int badsum, int tooshort, int toosmall, int badhlen, int badlen, int delivered) Creates anipstatcarrier.- Parameters:
total- total packets receivedbadsum- packets with bad checksumtooshort- packets too shorttoosmall- packets with not enough databadhlen- packets with bad header lengthbadlen- packets with bad lengthdelivered- datagrams delivered to upper level
-