Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h66 bool InitSocketFd(int &sockFdRaw, int &sockFdkernel);
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp427 dhcpClient->InitSocketFd(sockFdRaw, sockFdkernel); in InitSocketFdFuzzerTest()
431 dhcpClient->InitSocketFd(sockFdRaw, sockFdkernel); in InitSocketFdFuzzerTest()
434 dhcpClient->InitSocketFd(sockFdRaw, sockFdkernel); in InitSocketFdFuzzerTest()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp292 if (!InitSocketFd(sockFdRaw, sockFdkernel)) { in StartIpv4()
376 bool DhcpClientStateMachine::InitSocketFd(int &sockFdRaw, int &sockFdkernel) in InitSocketFd() function in OHOS::DHCP::DhcpClientStateMachine