Home
last modified time | relevance | path

Searched defs:getPacket (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Dmock_custom_func.cpp65 int __wrap_GetDhcpRawPacket(struct DhcpPacket *getPacket, int rawFd) in __wrap_GetDhcpRawPacket()
100 int __wrap_GetDhcpKernelPacket(struct DhcpPacket *getPacket, int sockFd) in __wrap_GetDhcpKernelPacket()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp435 int GetDhcpRawPacket(struct DhcpPacket *getPacket, int rawFd) in GetDhcpRawPacket()
475 int GetDhcpKernelPacket(struct DhcpPacket *getPacket, int sockFd) in GetDhcpKernelPacket()
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp361 struct DhcpPacket getPacket; in GetDhcpRawPacketFuzzerTest() local