Home
last modified time | relevance | path

Searched defs:srcAddr (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Daddress_utils_test.cpp84 uint32_t srcAddr = ParseIp(srcData); variable
96 uint32_t srcAddr = ParseIp(srcData); variable
108 uint32_t srcAddr = ParseIp(srcData); variable
122 uint32_t srcAddr = ParseIp(srcData); variable
137 uint32_t srcAddr = ParseIp(srcData); variable
173 uint32_t srcAddr = ParseIp(srcData); variable
185 uint32_t srcAddr = ParseIp(srcData); variable
247 uint32_t srcAddr = ParseIp(srcData); variable
257 uint32_t srcAddr = ParseIp(srcData); variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_socket.h33 struct sockaddr_in srcAddr; member
/ohos5.0/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dfirewall_rule.cpp44 std::string srcAddr = parcel.ReadString(); in Unmarshalling() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c493 …_t SocketRecvTcp(const Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, in SocketRecvTcp()
503 …_t SocketRecvUdp(const Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, in SocketRecvUdp()
522 int32_t SocketRecv(Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, in SocketRecv()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_trans.c98 char srcAddr[IP_LEN] = {0}; in SoftBusTransDumpRunningSession() local
/ohos5.0/base/customization/enterprise_device_management/common/native/include/plugin_utils/
H A Diptables_utils.h35 std::string srcAddr; member
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp148 const char *srcAddr = "::1"; in SocketIpv6ServiceStart() local
215 const char *srcAddr = "::1"; in ClientIpv6Connect() local
863 const char *srcAddr = "::1"; variable
954 const char *srcAddr = "::1"; variable
1138 const char *srcAddr = "::1"; variable
1757 const char *srcAddr = "::1"; variable
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/
H A Deffect_memory_manager.cpp96 MemoryData *EffectMemoryManager::AllocMemory(void *srcAddr, MemoryInfo &allocMemInfo) in AllocMemory()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c403 …t TcpSocketRecv(DFileSession *session, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, in TcpSocketRecv()
435 int32_t SocketRecvForTcp(DFileSession *session, uint8_t *buffer, struct sockaddr_in *srcAddr, in SocketRecvForTcp()
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp640 uint8_t srcAddr = 0; variable
1026 int32_t srcAddr = 0; variable
/ohos5.0/drivers/peripheral/camera/vdi_base/common/dump/src/
H A Dcamera_dump.cpp134 …void* srcAddr = buffer->GetIsValidDataInSurfaceBuffer() ? buffer->GetSuffaceBufferAddr() : buffer-… in DumpBuffer() local
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_decode.cpp159 void GsmSmsParamDecode::DecodeSmscPdu(uint8_t *srcAddr, uint8_t addrLen, enum TypeOfNum ton, std::s… in DecodeSmscPdu()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_p2p_hal_interface_test.cpp43 void onGoNegotiationRequest(const std::string &srcAddr, short passId) in onGoNegotiationRequest()
H A Dwifi_idl_inner_interface_test.cpp102 static void OnGoNegotiationRequestMock(const std::string &srcAddr, short passId) in OnGoNegotiationRequestMock()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_defines.h148 uint8_t srcAddr[BT_ADDRESS_LENGTH]; member
H A Dpan_service.cpp275 std::string srcAddr = RawAddress::ConvertToString(bluetoothSrcAddr).GetAddress(); in PanSendData() local
/ohos5.0/drivers/hdf_core/framework/support/platform/include/dma/
H A Ddmac_core.h74 uintptr_t srcAddr; member
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_wpa_cmd_adapter.c28 int32_t WifiEapolPacketSend(const char *ifName, const uint8_t *srcAddr, in WifiEapolPacketSend()
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp715 uint8_t* srcAddr = nullptr; in Screenshot() local
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_event.h246 uint8_t srcAddr[6]; /**< Source MAC address */ member
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
H A Dnetwork_manager_addon.cpp679 std::string srcAddr; in JsObjToFirewallRule() local
708 napi_value srcAddr = nullptr; in FirewallRuleToJsObj() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp230 struct sockaddr_in *srcAddr = SourceAddrIn(); in ResetSourceAddr() local