Home
last modified time | relevance | path

Searched defs:srcIp (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_socket_test.cpp112 uint32_t srcIp = 3226272232; variable
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp216 …const struct DhcpPacket *sendPacket, uint32_t srcIp, uint32_t destIp, int destIndex, const uint8_t… in SendToDhcpPacket()
286 int SendDhcpPacket(struct DhcpPacket *sendPacket, uint32_t srcIp, uint32_t destIp) in SendDhcpPacket()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_netfirewall_test/
H A Dnetsys_netfirewall_test.cpp132 Ip4Key srcIp = 0; variable
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp239 uint32_t srcIp = SourceAddrIn()->sin_addr.s_addr; in SourceIpAddress() local
818 uint32_t srcIp = SourceIpAddress(); in Repending() local
1005 uint32_t srcIp = SourceIpAddress(); in OnReceivedDiscover() local
1048 uint32_t srcIp = SourceIpAddress(); in GetYourIpAddress() local
1200 uint32_t srcIp = SourceIpAddress(); in HasNobindgRequest() local
1469 uint32_t srcIp = SourceIpAddress(); in OnReceivedRelease() local
H A Ddhcp_function.cpp302 bool DhcpFunction::CheckSameNetwork(const uint32_t srcIp, const uint32_t dstIp, const uint32_t mask… in CheckSameNetwork()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_mgt_msg_log.c101 static int32_t GetAnonymizedIp(char *dstIp, size_t dstLen, char *srcIp) in GetAnonymizedIp()
H A Dnstackx_common.c1711 uint32_t len, const char *srcIp) in NotifyMsgReceived()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dsystem_func_mock.cpp274 uint32_t srcIp = DhcpMsgManager::GetInstance().GetClientIp(); in recvfrom() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp576 std::string srcIp; in NotifyInterceptEvent() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c582 char srcIp[NSTACKX_MAX_IP_STRING_LEN] = {0}; local
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp299 uint32_t srcIp = static_cast<uint32_t>(data[0]); in SendDhcpPacketFuzzerTest() local