Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Dmock_custom_func.cpp88 AddOptValueToOpts(getPacket->options, SUBNET_MASK_OPTION, 0); in __wrap_GetDhcpRawPacket()
119 AddOptValueToOpts(getPacket->options, SUBNET_MASK_OPTION, 0); in __wrap_GetDhcpKernelPacket()
H A Ddhcp_options_test.cpp68 pOption[endIndex + DHCP_OPT_CODE_INDEX] = SUBNET_MASK_OPTION;
100 pOption[endIndex + DHCP_OPT_CODE_INDEX] = SUBNET_MASK_OPTION;
313 pOption[endIndex + DHCP_OPT_CODE_INDEX] = SUBNET_MASK_OPTION;
H A Ddhcp_socket_test.cpp125 pOption[endIndex + DHCP_OPT_CODE_INDEX] = SUBNET_MASK_OPTION;
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_ipv4.h29 SUBNET_MASK_OPTION = 1, enumerator
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h197 SUBNET_MASK_OPTION = 1, enumerator
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp93 case SUBNET_MASK_OPTION: in GetDhcpOptionCodeType()
H A Ddhcp_client_state_machine.cpp492 SUBNET_MASK_OPTION, in AddParamaterRequestList()
575 SUBNET_MASK_OPTION, in AddParamaterRebootList()
1019 if (GetDhcpOptionUint32(packet, SUBNET_MASK_OPTION, &u32Data)) { in ParseNetworkInfo()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp935 AddAddressOption(reply, SUBNET_MASK_OPTION, srvIns->addressPool.netmask); in ReplyCommontOption()