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.cpp58 int CreateRawSocket(int *rawFd) in CreateRawSocket()
85 int BindRawSocket(const int rawFd, const int ifaceIndex, const uint8_t *ifaceAddr) in BindRawSocket()
396 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.cpp280 int rawFd = static_cast<int>(data[0]); in BindRawSocketFuzzerTest() local
357 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()