Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp367 SetSocketMode(SOCKET_MODE_RAW); in DhcpInit()
444 SetSocketMode(SOCKET_MODE_RAW); in ExecDhcpRenew()
477 SetSocketMode(SOCKET_MODE_INVALID); in ExecDhcpRelease()
642 SetSocketMode(SOCKET_MODE_RAW); in SendReboot()
695 SetSocketMode(SOCKET_MODE_RAW); in Requesting()
1266 SetSocketMode(SOCKET_MODE_RAW); in ParseDhcpNakPacket()
1334 SetSocketMode(m_socketMode); in DhcpResponseHandle()
1715 SetSocketMode(SOCKET_MODE_RAW); in FastArpDetect()
1739 SetSocketMode(SOCKET_MODE_RAW); in SlowArpDetectCallback()
1969 SetSocketMode(SOCKET_MODE_RAW); in RebindDelayCallback()
[all …]
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h67 void SetSocketMode(uint32_t mode);
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp294 dhcpClient->SetSocketMode(1);
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp458 dhcpClient->SetSocketMode(mode); in SetSocketModeFuzzerTest()