Home
last modified time | relevance | path

Searched defs:addr (Results 1851 - 1875 of 2558) sorted by relevance

1...<<71727374757677787980>>...103

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp401 bool LnnSetDLWifiDirectAddr(const char *networkId, const char *addr) in LnnSetDLWifiDirectAddr() argument
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp1097 INetAddr addr; in OnGetAddressByName() local
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp305 int32_t Ipv6AddrInToAddr(SoftBusSockAddrIn6 *addrIn6, char *addr, int32_t addrLen) in Ipv6AddrInToAddr() argument
H A Dwifi_direct_utils.cpp302 auto *addr = reinterpret_cast<struct sockaddr_in6 *>(ifa->ifa_addr); in GetInterfaceIpv6Addr() local
327 auto *addr = reinterpret_cast<struct sockaddr_in *>(ifa->ifa_addr); in GetLocalIpv4Infos() local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp1019 int32_t NetConnServiceProxy::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() argument
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c44 ConnectionAddr addr; member
100 static bool IsUdidHashEmpty(const ConnectionAddr *addr) in IsUdidHashEmpty() argument
137 static JoinLNNCbListItem *FindJoinLNNCbItem(ConnectionAddr *addr, OnJoinLNNResult cb) in FindJoinLNNCbItem() argument
1039 NO_SANITIZE("cfi") int32_t LnnOnJoinResult(void *addr, const char *networkId, int32_t retCode) in LnnOnJoinResult() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1770 int32_t LnnSetDLNodeAddr(const char *id, IdCategory type, const char *addr) in LnnSetDLNodeAddr() argument
1866 bool LnnSetDLWifiDirectAddr(const char *networkId, const char *addr) in LnnSetDLWifiDirectAddr() argument
[all...]
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c105 ConnBleCreateConnection( const char *addr, BleProtocolType protocol, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) ConnBleCreateConnection() argument
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c395 ConnectionAddr *addr = NULL; in OpenAuthSession() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c793 ConnectTcpDirectPeer(const char *addr, int port, const char *myIp) ConnectTcpDirectPeer() argument
[all...]
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp896 void *addr = const_cast<void *>(rawData); in JoinLNNInner() local
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp521 int32_t IpParamParser::GetInAddr6(const std::string &ipStr, in6_addr &addr) in GetInAddr6() argument
559 uint32_t IpParamParser::RfindIp6(const in6_addr &addr, uint32_t startBit, uint32_t endBit, uint8_t value) in RfindIp6() argument
582 uint32_t IpParamParser::FindIp6(const in6_addr &addr, uint32_t startBit, uint8_t value) in FindIp6() argument
601 void IpParamParser::AddIp6(const in6_addr &addr, uint32_t prefixlen, std::vector<Ip6Data> &list) in AddIp6() argument
613 void IpParamParser::ChangeIp6Start(uint32_t startBit, in6_addr &addr) in ChangeIp6Start() argument
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp458 INetAddr addr; in HWTEST_F() local
1340 std::string addr = "addr"; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h210 char addr[SHORT_ADDRESS_MAX_LEN]; member
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h552 ConnectionAddr addr[CONNECTION_ADDR_MAX]; /**< The connection addr of meta node */ member
/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h550 ConnectionAddr addr[CONNECTION_ADDR_MAX]; member
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c468 void LnnNotifyJoinResult(ConnectionAddr *addr, const char *networkId, int32_t retCode) in LnnNotifyJoinResult() argument
689 void LnnNotifyNodeAddressChanged(const char *addr, const char *networkId, bool isLocal) in LnnNotifyNodeAddressChanged() argument
729 LnnNotifySingleOffLineEvent(const ConnectionAddr *addr, NodeBasicInfo *basicInfo) LnnNotifySingleOffLineEvent() argument
[all...]
/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp486 ConnectionAddr *addr = nullptr; in JoinLNNFuzzTest() local
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h107 char addr[MAX_SOCKET_ADDR_LEN]; member
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h113 char addr[IP_LEN]; member
188 char addr[IP_LEN]; /* ipv6 addr format: ip%ifname */ member
221 char addr[IP_LEN]; member
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.cpp314 auto *addr = reinterpret_cast<struct sockaddr_in6 *>(ifa->ifa_addr); in GetInterfaceIpv6Addr() local
339 auto *addr = reinterpret_cast<struct sockaddr_in *>(ifa->ifa_addr); in GetLocalIpv4Infos() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp286 ConnBleConnection *ConnBleGetConnectionByUdid(const char *addr, const char *udid, BleProtocolType protocol) in ConnBleGetConnectionByUdid() argument
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp415 int32_t NetConnClient::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Droute_manager.cpp660 int32_t RouteManager::ReadAddrGw(const std::string &addr, InetAddr *res) in ReadAddrGw() argument
678 int32_t RouteManager::ReadAddr(const std::string &addr, InetAddr *res) in ReadAddr() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_p2p_impl.c991 static char* hwaddr_parse(char *txt, uint8_t *addr) in hwaddr_parse() argument
1009 static int hwaddr_aton(char *txt, uint8_t *addr) in hwaddr_aton() argument
1029 uint8_t addr[ETH_ALEN]; in HdiP2pConnect() local
1058 uint8_t addr[ETH_ALEN]; in HdiP2pHid2dConnect() local
[all...]

Completed in 43 milliseconds

1...<<71727374757677787980>>...103