Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_ipv6_client.h66 int32_t createKernelSocket(void);
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_client.cpp422 int32_t DhcpIpv6Client::createKernelSocket(void) in createKernelSocket() function in OHOS::DHCP::DhcpIpv6Client
482 ipv6SocketFd = createKernelSocket(); in StartIpv6()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp142 ipv6Client->createKernelSocket();
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp189 ipv6Client->createKernelSocket(); in CreateKernelSocketFuzzerTest()