java.lang.Object
org.jnetpcap.PcapIf.PcapAddr<T>
- 
Method SummaryModifier and TypeMethodDescriptionThe broadcast address corresponding tosocketAddress(), if the interface supports broadcasts.The destination address corresponding tosocketAddress()if the interface is a point-to-point interface.netmask()The netmask corresponding tosocketAddress()if the interface supports netmasks.A family specific socket address for this interface.toString()String representation of the structure field values.
- 
Method Details- 
broadcastThe broadcast address corresponding tosocketAddress(), if the interface supports broadcasts.- Returns:
- optional broadcast address interface
 
- 
destinationThe destination address corresponding tosocketAddress()if the interface is a point-to-point interface.- Returns:
- the optional destination address of a point-to-point interface
 
- 
netmaskThe netmask corresponding tosocketAddress()if the interface supports netmasks.- Returns:
- interface's optional netmask address
 
- 
socketAddressA family specific socket address for this interface.- Returns:
- network family specific interface address
 
- 
toString
 
-