Searched refs:BOOTP (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DDhcpClientFlagTypes.java36 public static final DhcpClientFlagType BOOTP = field in class:DhcpClientFlagTypes
37 new DhcpClientFlagType((byte)8, 'B', new String("BOOTP"));
H A DDhcpClientRecord.java248 b.append(DhcpClientFlagTypes.BOOTP.getCharVal());
282 return DhcpClientFlagTypes.BOOTP.isSet(flags);
287 * @param state <code>true</code> if address is reserved for BOOTP clients
291 flags |= DhcpClientFlagTypes.BOOTP.getNumericVal();
293 flags &= ~DhcpClientFlagTypes.BOOTP.getNumericVal();
364 DhcpClientFlagTypes.BOOTP.getKeyword())) {
365 this.flags |= DhcpClientFlagTypes.BOOTP.getNumericVal();
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DConfigureChoiceDialog.java38 * Dialog to select which type of server we want: full DHCP or just a BOOTP
56 * Return value if user wants BOOTP relay
58 public static final int BOOTP = 2; field in class:ConfigureChoiceDialog
110 value = BOOTP;
H A DResourceBundle.properties169 disable_relay_confirm=OK to disable the BOOTP relay service on server {0}?
177 enable_relay_confirm=OK to enable the BOOTP relay service on server {0}?
256 bootp_checkbox=Assign only to BOOTP clients
489 configure_relay_title=Configure BOOTP Relay
491 configure_relay_explain=Enter the IP addresses of the DHCP servers to which this BOOTP relay should forward requests.
498 configure_choice_explain=This server can be configured as either a DHCP server or a BOOTP relay. If you don't want to do either of these things, press Cancel and this tool will exit.
500 configure_bootp_relay=Configure as BOOTP relay
509 service_options_bootp_compat=BOOTP Compatibility
551 unconfigure_bootp=Are you sure it is OK to unconfigure the BOOTP relay service? This may cause clients to be unable to access the network.
602 relay_view_name=BOOTP Rela
[all...]
H A DDhcpmgrApplet.java586 } else if (choice == ConfigureChoiceDialog.BOOTP) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DResourceBundle.properties31 config_bootp_configured_error=Error - server is already configured as a BOOTP relay agent.
144 dhcpcfg_usage=dhcpconfig (options)\n\nWhere (options) is one of:\n\n -D -r (resource) -p (path) Configure the DHCP service. Sub-options:\n [-u (uninterpreted data)]\n [-h (host resource)]\n [-y (host domain)]\n [-l (lease length)]\n [-n] Leases are not negotiable\n [-d (DNS domain)]\n [-a (DNS servers)]\n\n -R (server addresses) Configure BOOTP relay service.\n\n -U Unconfigure DHCP or BOOTP relay service. Sub-options:\n [-f] No confirmation prompt\n [-x] Delete dhcptab and network tables\n [-h] Delete host entries\n\n -N (network address) Configure network. Sub-options:\n [-m (subnet mask)]\n [-t (router addresses)]\n [-y (NIS domain)]\n [-a (NIS addreses)]\n [-b] Network is point-to-point\n [-g] Signal daemon\n\n -C -r (resource) -p (path) Convert to new data store. Sub-options:\n [-u (uninterpreted data)]\n [-f] No confirmation prompt\n [-k] Do not delete original files\n\n -X (export filename) Export data. Sub-options:\n [-m (macro list)]\n [-o (option list)]\n [-a (network addresses)]\n [-f] Overwrite an existing export file\n [-x] Delete exported data\n [-g] Signal daemon\n\n -I (import filename) Import data. Sub-options:\n [-f] Overwrite existing data\n [-g] Signal daemon\n\n -P [parameter[=value]] Configure or print DHCP server parameters.\n\n -S Control the DHCP server. Sub-options:\n [-e] Enable and start the DHCP server\n [-d] Disable and stop the DHCP server\n [-r] Re-enable the DHCP server\n [-q] Query the DHCP server status\n

Completed in 104 milliseconds