Home
last modified time | relevance | path

Searched refs:sockPort (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_socket.h27 int BindKernelSocket(const int sockFd, const char *ifaceName, const uint32_t sockIp, const int sockPort, bool bCast);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp119 int BindKernelSocket(const int sockFd, const char *ifaceName, const uint32_t sockIp, const int sockPort, bool bCast) in BindKernelSocket() argument
164 kernelAddr.sin_port = htons(sockPort); in BindKernelSocket()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp286 int sockPort = static_cast<int>(data[0]); in BindKernelSocketFuzzerTest() local
288 BindKernelSocket(sockFd, ifaceName, sockIp, sockPort, bCast); in BindKernelSocketFuzzerTest()

Completed in 6 milliseconds