/third_party/rust/crates/rustix/src/net/ |
H A D | socket_addr_any.rs | 19 pub use backend::net::addr::SocketAddrStorage;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wext.h | 56 const u8 *addr, int key_idx,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_session.h | 29 void fst_session_set_peer_addr(struct fst_session *s, const u8 *addr,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | scan.h | 53 unsigned int type, const u8 *addr,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | gas_serv.h | 84 gas_serv_dialog_find(struct hostapd_data *hapd, const u8 *addr,
|
H A D | pmksa_cache_auth.h | 76 int pmksa_cache_auth_list_mesh(struct rsn_pmksa_cache *pmksa, const u8 *addr,
|
H A D | dpp_hostapd.c | 559 char *addr; in hostapd_dpp_auth_init() local 580 addr = get_param(cmd, " tcp_addr="); in hostapd_dpp_auth_init() 581 if (addr) { in hostapd_dpp_auth_init() 584 res = hostapd_parse_ip_addr(addr, &ipaddr); in hostapd_dpp_auth_init() 585 os_free(addr); in hostapd_dpp_auth_init() 906 static void hostapd_dpp_gas_resp_cb(void *ctx, const u8 *addr, u8 dialog_token, in hostapd_dpp_gas_resp_cb() argument 976 MAC2STR(addr), auth->curr_freq, in hostapd_dpp_gas_resp_cb() 979 addr, wpabuf_head(msg), in hostapd_dpp_gas_resp_cb() 2253 static void hostapd_dpp_relay_tx(void *ctx, const u8 *addr, unsigned int freq, in hostapd_dpp_relay_tx() argument 2260 MAC2STR_SEC(addr), fre in hostapd_dpp_relay_tx() 2272 hostapd_dpp_relay_gas_resp_tx(void *ctx, const u8 *addr, u8 dialog_token, int prot, struct wpabuf *buf) hostapd_dpp_relay_gas_resp_tx() argument [all...] |
H A D | gas_serv.c | 47 gas_dialog_create(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token) in gas_dialog_create() argument 53 sta = ap_get_sta(hapd, addr); in gas_dialog_create() 61 sta = ap_sta_add(hapd, addr); in gas_dialog_create() 64 " for GAS query", MAC2STR_SEC(addr)); in gas_dialog_create() 101 "GAS_DIALOG_MAX.", MAC2STR(addr), dialog_token); in gas_dialog_create() 104 "GAS_DIALOG_MAX.", MAC2STR_SEC(addr), dialog_token); in gas_dialog_create() 111 gas_serv_dialog_find(struct hostapd_data *hapd, const u8 *addr, in gas_serv_dialog_find() argument 117 sta = ap_get_sta(hapd, addr); in gas_serv_dialog_find() 120 MAC2STR_SEC(addr)); in gas_serv_dialog_find() 131 MACSTR_SEC " dialog_token %u", MAC2STR_SEC(addr), dialog_toke in gas_serv_dialog_find() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | privsep_commands.h | 78 u8 addr[ETH_ALEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_session.h | 29 void fst_session_set_peer_addr(struct fst_session *s, const u8 *addr,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_serv.h | 84 gas_serv_dialog_find(struct hostapd_data *hapd, const u8 *addr,
|
H A D | pmksa_cache_auth.h | 76 int pmksa_cache_auth_list_mesh(struct rsn_pmksa_cache *pmksa, const u8 *addr,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | privsep_commands.h | 78 u8 addr[ETH_ALEN]; member
|
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | coap_service.c | 82 ip_addr_set_any(true, &(serv_addr.addr)); in CoapServerStart()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.cpp | 156 for (auto &addr : addrs) { in GetConnectedDevices() 157 RawAddress rawAddr(addr); in GetConnectedDevices() 182 for (auto &addr : addrs) { in GetDevicesByStates() 183 RawAddress rawAddr(addr); in GetDevicesByStates() 225 for (auto &addr : addrs) { in GetMaxConnectNum() 226 RawAddress rawAddr(addr); in GetMaxConnectNum() 294 for (auto &addr : addrs) { in GetConnectState() 295 RawAddress rawAddr(addr); in GetConnectState() 1988 std::string addr = rawAddr.GetAddress(); in ProcessChannelMessage() local 1989 transform(addr in ProcessChannelMessage() [all...] |
/third_party/node/src/ |
H A D | cares_wrap.cc | 813 servers[0].addr.addr4.s_addr != htonl(INADDR_LOOPBACK) || in EnsureServers() 1457 const char* addr; in AfterGetAddrInfo() 1459 addr = reinterpret_cast<char*>( in AfterGetAddrInfo() 1462 addr = reinterpret_cast<char*>( in AfterGetAddrInfo() 1469 if (uv_inet_ntop(p->ai_family, addr, ip, sizeof(ip))) in AfterGetAddrInfo() 1543 unsigned char result[sizeof(ares_addr_port_node::addr)]; in CanonicalizeIP() 1626 struct sockaddr_storage addr; in GetNameInfo() local 1628 CHECK(uv_ip4_addr(*ip, port, reinterpret_cast<sockaddr_in*>(&addr)) == 0 || in GetNameInfo() 1629 uv_ip6_addr(*ip, port, reinterpret_cast<sockaddr_in6*>(&addr)) == 0); in GetNameInfo() 1639 reinterpret_cast<struct sockaddr*>(&addr), in GetNameInfo() [all...] |
/third_party/node/deps/v8/src/diagnostics/ia32/ |
H A D | disasm-ia32.cc | 333 const char* NameOfAddress(byte* addr) const { in NameOfAddress() 334 return converter_.NameOfAddress(addr); in NameOfAddress() 1803 byte* addr = reinterpret_cast<byte*>(Imm32(data + 1)); in InstructionDecode() local 1805 NameOfAddress(addr)); in InstructionDecode() 1811 byte* addr = data + Imm32(data + 1) + 5; in InstructionDecode() local 1812 AppendToBuffer("%s %s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode() 1818 byte* addr = reinterpret_cast<byte*>(Imm32(data + 1)); in InstructionDecode() local 1819 AppendToBuffer("%s eax,%s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode() 2867 const char* NameConverter::NameOfAddress(byte* addr) const { in NameOfAddress() 2868 v8::base::SNPrintF(tmp_buffer_, "%p", static_cast<void*>(addr)); in NameOfAddress() [all...] |
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.cpp | 1173 uint8_t *addr = nullptr; in OnBitRateCollectedCb() local 1175 infoBody.GetBuffer(std::string(PlayerKeys::PLAYER_AVAILABLE_BITRATES), &addr, size); in OnBitRateCollectedCb() local 1176 CHECK_AND_RETURN_LOG(addr != nullptr, "bitrate addr is nullptr"); in OnBitRateCollectedCb() 1184 uint32_t bitrate = *(static_cast<uint32_t *>(static_cast<void *>(addr))); in OnBitRateCollectedCb() 1186 addr += sizeof(uint32_t); in OnBitRateCollectedCb() 1212 uint8_t *addr = nullptr; in OnMaxAmplitudeCollectedCb() local 1214 infoBody.GetBuffer(std::string(PlayerKeys::AUDIO_MAX_AMPLITUDE), &addr, size); in OnMaxAmplitudeCollectedCb() local 1215 CHECK_AND_RETURN_LOG(addr != nullptr, "max amplitude addr i in OnMaxAmplitudeCollectedCb() [all...] |
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 44 ConnectionAddr addr; member 100 static bool IsUdidHashEmpty(const ConnectionAddr *addr) in IsUdidHashEmpty() argument 103 if (addr->info.ble.udidHash[i] != 0) { in IsUdidHashEmpty() 137 static JoinLNNCbListItem *FindJoinLNNCbItem(ConnectionAddr *addr, OnJoinLNNResult cb) in FindJoinLNNCbItem() argument 142 if (IsSameConnectionAddr(&item->addr, addr) && in FindJoinLNNCbItem() 160 item->addr = *target; in AddJoinLNNCbItem() 1039 NO_SANITIZE("cfi") int32_t LnnOnJoinResult(void *addr, const char *networkId, int32_t retCode) in LnnOnJoinResult() argument 1042 ConnectionAddr *connAddr = (ConnectionAddr *)addr; in LnnOnJoinResult() 1056 while ((item = FindJoinLNNCbItem((ConnectionAddr *)addr, NUL in LnnOnJoinResult() [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_message.c | 326 info->peerIp = conn->appInfo.peerData.addr; in GetChannelInfoFromConn() 347 int32_t ret = mgr->getLocalIpByRemoteIp(appInfo->peerData.addr, myIp, sizeof(myIp)); in GetServerSideIpInfo() 356 if (LnnSetDLP2pIp(appInfo->peerData.deviceId, CATEGORY_UUID, appInfo->peerData.addr) != SOFTBUS_OK) { in GetServerSideIpInfo() 370 if (LnnSetLocalStrInfo(STRING_KEY_P2P_IP, appInfo->myData.addr) != SOFTBUS_OK) { in GetClientSideIpInfo() 373 if (LnnSetDLP2pIp(appInfo->peerData.deviceId, CATEGORY_UUID, appInfo->peerData.addr) != SOFTBUS_OK) { in GetClientSideIpInfo() 377 if (strcpy_s(ip, len, appInfo->myData.addr) != EOK) { in GetClientSideIpInfo() 925 LaneUpdateP2pAddressByIp(conn->appInfo.peerData.addr, conn->appInfo.peerNetWorkId); in HandleDataBusReply() 1050 ret = mgr->getRemoteUuidByIp(appInfo.peerData.addr, uuid, sizeof(uuid)); in GetAuthIdByChannelInfo() 1055 if (strcpy_s(connInfo.info.ipInfo.ip, IP_LEN, appInfo.peerData.addr) != EOK) { in GetAuthIdByChannelInfo() 1056 TRANS_LOGE(TRANS_CTRL, "copy ip addr fai in GetAuthIdByChannelInfo() [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.c | 209 struct sockaddr_un *addr = alloca(size); in make_local_socket() local 221 memset(addr, 0, size); /* make valgrind happy */ in make_local_socket() 222 addr->sun_family = AF_LOCAL; in make_local_socket() 223 memcpy(addr->sun_path, filename, l); in make_local_socket() 226 if (bind(sock, (struct sockaddr *) addr, size) < 0) { in make_local_socket() 250 if (connect(sock, (struct sockaddr *) addr, size) < 0) { in make_local_socket() 1696 if (dst_areas[chn-1].addr != dst_areas[chn].addr) 1698 if (src_areas[chn-1].addr != src_areas[chn].addr) [all...] |
/third_party/libuv/include/ |
H A D | uv.h | 626 const struct sockaddr* addr, 637 const struct sockaddr* addr, 678 * in uv_udp_recv_cb, nread will always be 0 and addr will always be NULL. 699 const struct sockaddr* addr, 730 const struct sockaddr* addr, 732 UV_EXTERN int uv_udp_connect(uv_udp_t* handle, const struct sockaddr* addr); 759 const struct sockaddr* addr, 764 const struct sockaddr* addr); 995 const struct sockaddr* addr, 1771 UV_EXTERN int uv_ip4_addr(const char* ip, int port, struct sockaddr_in* addr); [all...] |
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 570 const struct sockaddr* addr, 581 const struct sockaddr* addr, 622 * in uv_udp_recv_cb, nread will always be 0 and addr will always be NULL. 643 const struct sockaddr* addr, 674 const struct sockaddr* addr, 676 UV_EXTERN int uv_udp_connect(uv_udp_t* handle, const struct sockaddr* addr); 703 const struct sockaddr* addr, 708 const struct sockaddr* addr); 923 const struct sockaddr* addr, 1636 UV_EXTERN int uv_ip4_addr(const char* ip, int port, struct sockaddr_in* addr); [all...] |
/third_party/mbedtls/library/ |
H A D | x509_crt.c | 2732 uint16_t addr[8]; in x509_inet_pton_ipv6() local 2744 MBEDTLS_PUT_UINT16_BE(group, addr, nonzero_groups); in x509_inet_pton_ipv6() 2768 addr + nonzero_groups) != 0) { in x509_inet_pton_ipv6() 2811 memmove(addr + zero_group_start + zero_groups, in x509_inet_pton_ipv6() 2812 addr + zero_group_start, in x509_inet_pton_ipv6() 2813 groups_after_zero * sizeof(*addr)); in x509_inet_pton_ipv6() 2815 memset(addr + zero_group_start, 0, zero_groups * sizeof(*addr)); in x509_inet_pton_ipv6() 2821 memcpy(dst, addr, sizeof(addr)); in x509_inet_pton_ipv6() [all...] |
/third_party/node/deps/uv/include/ |
H A D | uv.h | 582 const struct sockaddr* addr, 593 const struct sockaddr* addr, 634 * in uv_udp_recv_cb, nread will always be 0 and addr will always be NULL. 655 const struct sockaddr* addr, 686 const struct sockaddr* addr, 688 UV_EXTERN int uv_udp_connect(uv_udp_t* handle, const struct sockaddr* addr); 715 const struct sockaddr* addr, 720 const struct sockaddr* addr); 937 const struct sockaddr* addr, 1659 UV_EXTERN int uv_ip4_addr(const char* ip, int port, struct sockaddr_in* addr); [all...] |