| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/ |
| H A D | ExportData.java | 107 boolean force = options.isSet(DhcpCfg.FORCE); in execute() 110 boolean deleteData = options.isSet(DhcpCfg.DELETE_DATA); in execute() 122 if (options.isSet(DhcpCfg.MACRO_LIST)) { in execute() 136 if (options.isSet(DhcpCfg.OPTION_LIST)) { in execute() 149 if (options.isSet(DhcpCfg.NETWORK_ADDRESSES)) { in execute() 213 if (options.isSet(DhcpCfg.SIGHUP)) { in execute()
|
| H A D | ConfigureService.java | 88 enableOptionSet = options.isSet(DhcpCfg.SERVICE_ENABLE), in execute() 89 disableOptionSet = options.isSet(DhcpCfg.SERVICE_DISABLE), in execute() 90 reenableOptionSet = options.isSet(DhcpCfg.SERVICE_REENABLE), in execute() 91 queryOptionSet = options.isSet(DhcpCfg.SERVICE_QUERY) in execute()
|
| H A D | UnconfigureDhcp.java | 77 if (!options.isSet(DhcpCfg.FORCE)) { in execute() 120 boolean deleteTables = options.isSet(DhcpCfg.DELETE_TABLES); in execute() 124 boolean deleteHosts = options.isSet(DhcpCfg.DELETE_HOSTS); in execute()
|
| H A D | ConfigureNetwork.java | 122 boolean isLan = !options.isSet(DhcpCfg.POINT_TO_POINT); in execute() 127 if (options.isSet(DhcpCfg.ROUTER_ADDRESSES)) { in execute() 204 if (options.isSet(DhcpCfg.SIGHUP)) { in execute()
|
| H A D | ImportData.java | 96 boolean force = options.isSet(DhcpCfg.FORCE); in execute() 107 if (options.isSet(DhcpCfg.SIGHUP)) { in execute()
|
| H A D | ConvertDataStore.java | 93 boolean deleteTables = !options.isSet(DhcpCfg.KEEP_TABLES); in execute() 118 if (!options.isSet(DhcpCfg.FORCE)) { in execute()
|
| H A D | ConfigureDhcp.java | 172 if (options.isSet(DhcpCfg.LEASE_LENGTH)) { in execute() 190 !options.isSet(DhcpCfg.NON_NEGOTIABLE_LEASE); in execute()
|
| H A D | ServerParameter.java | 397 if (!dhcpdOptions.isSet(keyword)) { in doInit() 545 if (!dhcpdOptions.isSet(keyword)) { in doInit()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/ |
| H A D | DhcpdOptions.java | 74 public boolean isSet(String key) { in isSet() method in DhcpdOptions 378 return isSet(DSVC_CK_BOOTP_COMPAT); in isBootpCompatible() 411 return isSet(DSVC_CK_RELAY_HOPS); in isRelayHops() 446 return isSet(DSVC_CK_INTERFACES); in isInterfaces() 496 return isSet(DSVC_CK_OFFER_CACHE_TIMEOUT); in isOfferTtl() 560 return isSet(DSVC_CK_RESCAN_INTERVAL); in isRescan() 594 return isSet(DSVC_CK_OWNER_IP); in isOwnerip() 624 return isSet(DSVC_CK_NSU_TIMEOUT); in isDnsUpdated() 675 return isSet(DSVC_CK_LOGGING_FACILITY); in isLogging()
|
| H A D | DhcpClientRecord.java | 261 return DhcpClientFlagTypes.UNUSABLE.isSet(flags); in isUnusable() 282 return DhcpClientFlagTypes.BOOTP.isSet(flags); in isBootp() 303 return DhcpClientFlagTypes.MANUAL.isSet(flags); in isManual() 324 return DhcpClientFlagTypes.PERMANENT.isSet(flags); in isPermanent()
|
| H A D | DhcpClientFlagType.java | 64 public boolean isSet(byte flags) { in isSet() method in DhcpClientFlagType
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/ |
| H A D | AddClientEntry.java | 102 boolean convertClientId = options.isSet(PntAdm.CONVERT_CLIENTID); in execute() 139 boolean verifyMacro = options.isSet(PntAdm.VERIFY_MACRO); in execute()
|
| H A D | DisplayNetworkTable.java | 86 if (options.isSet(PntAdm.VERBOSE)) { in execute() 93 if (options.isSet(PntAdm.RAW)) { in execute()
|
| H A D | ModifyClientEntry.java | 132 boolean convertClientId = options.isSet(PntAdm.CONVERT_CLIENTID); in execute() 169 boolean verifyMacro = options.isSet(PntAdm.VERIFY_MACRO); in execute()
|
| H A D | PntAdmBatch.java | 74 batch.setVerbose(options.isSet(PntAdm.VERBOSE)); in execute()
|
| H A D | DeleteClientEntry.java | 88 boolean deleteHost = options.isSet(PntAdm.DELETE_HOST); in execute()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhtadm/ |
| H A D | DhtAdmBatch.java | 75 batch.setVerbose(options.isSet(DhtAdm.VERBOSE)); in execute()
|
| H A D | DhtAdm.java | 176 if (returnCode == SUCCESS && options.isSet(SIGHUP)) { in execute()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/ |
| H A D | DhcpCliOptions.java | 81 public boolean isSet(int flag) { in isSet() method in DhcpCliOptions
|