Searched defs:Network (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DNetwork.java38 public class Network implements Serializable, Comparable { class in inherits:Serializable,Comparable
48 public Network() { method in class:Network
57 public Network(IPAddress addr) { method in class:Network
84 public Network(String addr) throws ValidationException { method in class:Network
102 public Network(String addr, int mask) throws ValidationException { method in class:Network
122 public Network(IPAddress addr, IPAddress mask) { method in class:Network
132 public Network(String addr, String mask) throws ValidationException { method in class:Network
[all...]

Completed in 106 milliseconds