Searched defs:srcIp (Results 1 – 5 of 5) sorted by relevance
| /foundation/communication/wifi/dhcp/services/dhcp_client/src/ |
| D | dhcp_socket.c | 178 …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/ |
| D | dhcp_server.c | 231 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/ |
| D | system_func_mock.cpp | 162 uint32_t srcIp = DhcpMsgManager::GetInstance().GetClientIp(); in recvfrom() local
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
| D | nstackx_dfinder_mgt_msg_log.c | 101 static int32_t GetAnonymizedIp(char *dstIp, size_t dstLen, char *srcIp) in GetAnonymizedIp()
|
| /foundation/communication/wifi/dhcp/services/mgr_service/src/ |
| D | dhcp_func.cpp | 299 bool DhcpFunc::CheckSameNetwork(const uint32_t srcIp, const uint32_t dstIp, const uint32_t maskIp) in CheckSameNetwork()
|