| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/ |
| IPInterface.java | 34 * This class represents an IP network interface on the server. It consists 35 * of the interface's device name (short form) and the network it's attached to. 39 private Network net; 49 net = new Network(addr, mask); 61 net = new Network(addr, mask); 80 * @return Network the device is attached to. 82 public Network getNetwork() {
|
| ExportHeader.java | 58 private Network [] networks; 71 Network [] networks) { 119 public Network [] getNetworks() {
|
| Network.java | 35 * A representation of an IP network from DHCP's point of view; we're 38 public class Network implements Serializable, Comparable { 46 * Construct an empty network object 48 public Network() { 54 * Construct a network with the supplied address and a default mask 55 * @param addr The IP address of the network 57 public Network(IPAddress addr) { 81 * Construct a network with the supplied address. 82 * @param addr The IP address of the network. 84 public Network(String addr) throws ValidationException [all...] |
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWnfscu/ |
| depend | 47 P SUNWcnetr Core Solaris Network Infrastructure (Root) 52 P SUNWnfscr Network File System (NFS) client support (Root) 53 P SUNWnfsckr Network File System (NFS) client kernel support (Root)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWnfssu/ |
| depend | 47 P SUNWcnetr Core Solaris Network Infrastructure (Root) 52 P SUNWnfscr Network File System (NFS) client support (Root) 53 P SUNWnfsckr Network File System (NFS) client kernel support (Root) 54 P SUNWnfscu Network File System (NFS) client support (Usr)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWsmedia/ |
| depend | 47 P SUNWcnetr Core Solaris Network Infrastructure (Root) 52 P SUNWnfscr Network File System (NFS) client support (Root) 53 P SUNWnfsckr Network File System (NFS) client kernel support (Root) 54 P SUNWnfscu Network File System (NFS) client support (Usr)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWnisu/ |
| depend | 47 P SUNWcnetr Core Solaris Network Infrastructure (Root) 52 R SUNWnisr Network Information System (Root)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWscpu/ |
| depend | 47 P SUNWcnetr Core Solaris Network Infrastructure (Root) 52 P SUNWrcmdc Remote Network Client Commands 53 P SUNWrcmds Remote Network Server Commands (Usr)
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/ |
| CreateNetworkTable.java | 30 import com.sun.dhcpmgr.data.Network; 36 * The main class for the "create network table" functionality 42 * The valid options associated with creating a network table. 68 * Executes the "create network table" functionality. 77 // Create a Network object. 80 Network network = getNetMgr().getNetwork(networkName); local 81 if (network == null) { 86 getNetMgr().createNetwork(network.toString(), getDhcpDatastore());
|
| ListNetworkTables.java | 30 import com.sun.dhcpmgr.data.Network; 37 * The main class for the "list network tables" functionality 43 * The valid options associated with listing network tables. 69 * Executes the "list network tables" functionality. 80 Network [] networks = null; 84 // No network tables
|
| RemoveNetworkTable.java | 31 import com.sun.dhcpmgr.data.Network; 38 * The main class for the "remove network table" functionality 44 * The valid options associated with removing a network table. 70 * Executes the "remove network table" functionality. 79 // Create a Network object. 82 Network network = getNetMgr().getNetwork(networkName); local 83 if (network == null) { 88 // Delete the network table. 90 getNetMgr().deleteNetwork(network.toString(), false, false [all...] |
| DeleteClientEntry.java | 31 import com.sun.dhcpmgr.data.Network; 99 // Create a Network object. 101 Network network = getNetMgr().getNetwork(networkName); local 110 getNetMgr().deleteClient(dhcpClientRecord, network.toString(),
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWcfpl/ |
| depend | 46 P SUNWcnetr Core Solaris Network Infrastructure (Root) 51 P SUNWluxop Sun Enterprise Network Array firmware and utilities
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWifp/ |
| depend | 28 P SUNWcnetr Core Solaris Network Infrastructure (Root) 35 P SUNWluxop Sun Enterprise Network Array firmware and utilities
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWnfssr/ |
| depend | 47 P SUNWcnetr Core Solaris Network Infrastructure (Root) 52 R SUNWnfssu Network File System (NFS) server support (Usr)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWrcmds/ |
| depend | 47 P SUNWcnetr Core Solaris Network Infrastructure (Root) 53 R SUNWrcmdr Remote Network Server Commands (Root)
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/server/ |
| DhcpMgr.java | 42 Network [] nets, boolean overWrite) 52 public void exportNetwork(Object ref, Network net) 58 public ActionError [] importNetwork(Network net, Object ref,
|
| DhcpNetMgr.java | 34 * This class defines the methods available to manage the DHCP network 38 public Network getNetwork(String networkName) 40 public Network [] getNetworks(DhcpDatastore datastore) 42 public Network [] getNetworks() 44 public DhcpClientRecord [] loadNetwork(String network, 46 public DhcpClientRecord [] loadNetwork(String network) 48 public DhcpClientRecord [] loadNetworkCompletely(String network) 67 public void cvtNetwork(String network, 69 public void createNetwork(String network, 71 public void createNetwork(String network) [all...] |
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWimac/ |
| depend | 45 P SUNWcnetr Core Solaris Network Infrastructure (Root)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWisns/ |
| depend | 31 P SUNWcnetr Core Solaris Network Infrastructure (Root)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWmpapir/ |
| depend | 46 P SUNWcnetr Core Solaris Network Infrastructure (Root)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWurtw/ |
| depend | 46 P SUNWcnetr Core Solaris Network Infrastructure (Root)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWaudiocmi/ |
| depend | 46 P SUNWcnetr Core Solaris Network Infrastructure (Root)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWparted/ |
| depend | 46 P SUNWcnetr Core Solaris Network Infrastructure (Root)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWonzfs/ |
| depend | 30 P SUNWcnetr Core Solaris Network Infrastructure (Root)
|