Home
last modified time | relevance | path

Searched refs:isSet (Results 1 – 19 of 19) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DExportData.java107 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 DConfigureService.java88 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 DUnconfigureDhcp.java77 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 DConfigureNetwork.java122 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 DImportData.java96 boolean force = options.isSet(DhcpCfg.FORCE); in execute()
107 if (options.isSet(DhcpCfg.SIGHUP)) { in execute()
H A DConvertDataStore.java93 boolean deleteTables = !options.isSet(DhcpCfg.KEEP_TABLES); in execute()
118 if (!options.isSet(DhcpCfg.FORCE)) { in execute()
H A DConfigureDhcp.java172 if (options.isSet(DhcpCfg.LEASE_LENGTH)) { in execute()
190 !options.isSet(DhcpCfg.NON_NEGOTIABLE_LEASE); in execute()
H A DServerParameter.java397 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 DDhcpdOptions.java74 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 DDhcpClientRecord.java261 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 DDhcpClientFlagType.java64 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 DAddClientEntry.java102 boolean convertClientId = options.isSet(PntAdm.CONVERT_CLIENTID); in execute()
139 boolean verifyMacro = options.isSet(PntAdm.VERIFY_MACRO); in execute()
H A DDisplayNetworkTable.java86 if (options.isSet(PntAdm.VERBOSE)) { in execute()
93 if (options.isSet(PntAdm.RAW)) { in execute()
H A DModifyClientEntry.java132 boolean convertClientId = options.isSet(PntAdm.CONVERT_CLIENTID); in execute()
169 boolean verifyMacro = options.isSet(PntAdm.VERIFY_MACRO); in execute()
H A DPntAdmBatch.java74 batch.setVerbose(options.isSet(PntAdm.VERBOSE)); in execute()
H A DDeleteClientEntry.java88 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 DDhtAdmBatch.java75 batch.setVerbose(options.isSet(DhtAdm.VERBOSE)); in execute()
H A DDhtAdm.java176 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 DDhcpCliOptions.java81 public boolean isSet(int flag) { in isSet() method in DhcpCliOptions