Home
last modified time | relevance | path

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

/foundation/communication/wifi/dhcp/services/dhcp_client/src/
Ddhcp_socket.c178 …const struct DhcpPacket *sendPacket, uint32_t srcIp, uint32_t destIp, int destIndex, const uint8_t… in SendToDhcpPacket()
234 int SendDhcpPacket(struct DhcpPacket *sendPacket, uint32_t srcIp, uint32_t destIp) in SendDhcpPacket()
/foundation/communication/wifi/dhcp/services/dhcp_server/src/
Ddhcp_server.c231 uint32_t srcIp = SourceAddrIn()->sin_addr.s_addr; in SourceIpAddress() local
794 uint32_t srcIp = SourceIpAddress(); in Repending() local
922 uint32_t srcIp = SourceIpAddress(); in OnReceivedDiscover() local
974 uint32_t srcIp = SourceIpAddress(); in GetYourIpAddress() local
1102 uint32_t srcIp = SourceIpAddress(); in HasNobindgRequest() local
1236 uint32_t srcIp = SourceIpAddress(); in OnReceivedRelease() local
/foundation/communication/wifi/dhcp/test/services/dhcp_server/unittest/
Dsystem_func_mock.cpp162 uint32_t srcIp = DhcpMsgManager::GetInstance().GetClientIp(); in recvfrom() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
Dnstackx_dfinder_mgt_msg_log.c101 static int32_t GetAnonymizedIp(char *dstIp, size_t dstLen, char *srcIp) in GetAnonymizedIp()
/foundation/communication/wifi/dhcp/services/mgr_service/src/
Ddhcp_func.cpp299 bool DhcpFunc::CheckSameNetwork(const uint32_t srcIp, const uint32_t dstIp, const uint32_t maskIp) in CheckSameNetwork()