Uses of Class
com.esf.net.dhcp.server.service.IpAddress

Packages that use IpAddress
com.esf.net.dhcp.server.service Interface to set up DHCP server on a network adapter. 
 

Uses of IpAddress in com.esf.net.dhcp.server.service
 

Methods in com.esf.net.dhcp.server.service with parameters of type IpAddress
 void IpAddress.maskByInvertedSubnet(IpAddress subnet)
          Masks the IpAddress by the inversion of subnet, to obtain a numeric IP broadcast address.
 void IpAddress.maskBySubnet(IpAddress subnet)
          Masks the IpAddress by the specified subnet, to obtain a numeric IP network identifier.