Home
last modified time | relevance | path

Searched defs:rawFd (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
Ddhcp_socket.cpp91 int CreateRawSocket(int *rawFd) in CreateRawSocket()
118 int BindRawSocket(const int rawFd, const int ifaceIndex, const uint8_t *ifaceAddr) in BindRawSocket()
435 int GetDhcpRawPacket(struct DhcpPacket *getPacket, int rawFd) in GetDhcpRawPacket()
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
Dmock_custom_func.cpp65 int __wrap_GetDhcpRawPacket(struct DhcpPacket *getPacket, int rawFd) in __wrap_GetDhcpRawPacket()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
Ddhcpclientfun_fuzzer.cpp281 int rawFd = static_cast<int>(data[0]); in BindRawSocketFuzzerTest() local
358 int rawFd = static_cast<int>(data[0]); in GetDhcpRawPacketFuzzerTest() local
/foundation/multimedia/player_framework/frameworks/js/common/
Dcommon_napi.cpp204 bool CommonNapi::GetFdArgument(napi_env env, napi_value value, AVFileDescriptor &rawFd) in GetFdArgument()