Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_config.cpp47 dhcpConfig->distribution = uValue; in SetEnableConfigInfo()
49 dhcpConfig->broadcast = uValue; in SetEnableConfigInfo()
68 dhcpConfig->leaseTime = uValue; in SetTimeConfigInfo()
70 dhcpConfig->renewalTime = uValue; in SetTimeConfigInfo()
72 dhcpConfig->rebindingTime = uValue; in SetTimeConfigInfo()
91 dhcpConfig->serverId = uValue; in SetNetConfigInfo()
93 dhcpConfig->gateway = uValue; in SetNetConfigInfo()
95 dhcpConfig->netmask = uValue; in SetNetConfigInfo()
120 dhcpConfig->pool.beginAddress = begin; in SetIpAddressPool()
126 dhcpConfig->pool.endAddress = end; in SetIpAddressPool()
[all …]