Searched refs:sockPort (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_socket.h | 27 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 D | dhcp_socket.cpp | 119 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 D | dhcpclientfun_fuzzer.cpp | 286 int sockPort = static_cast<int>(data[0]); in BindKernelSocketFuzzerTest() local 288 BindKernelSocket(sockFd, ifaceName, sockIp, sockPort, bCast); in BindKernelSocketFuzzerTest()
|
Completed in 6 milliseconds