Home
last modified time | relevance | path

Searched refs:network (Results 101 - 125 of 221) sorted by relevance

123456789

/kernel/linux/linux-5.10/drivers/tty/ipwireless/
H A Dmain.h58 struct ipw_network *network; member
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Drtw_event.h41 struct wlan_network network; member
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_event.h47 struct wlan_network network; member
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Drtw_event.h41 struct wlan_network network; member
/kernel/linux/linux-6.6/drivers/tty/ipwireless/
H A Dmain.h58 struct ipw_network *network; member
/third_party/python/Lib/test/
H A Dtest_ipaddress.py870 self.assertFactoryError(ipaddress.ip_network, "network")
1006 # with get_mixed_type_key, you can sort addresses and network.
1350 self.assertEqual(int(ipv4_zero_netmask.network.netmask), 0)
1354 self.assertEqual(int(ipv6_zero_netmask.network.netmask), 0)
1358 self.assertEqual(int(ipv6_scoped_zero_netmask.network.netmask), 0)
1380 self.assertEqual(self.ipv4_interface.network.prefixlen, 24)
1381 self.assertEqual(self.ipv6_interface.network.prefixlen, 64)
1382 self.assertEqual(self.ipv6_scoped_interface.network.prefixlen, 64)
1389 ipaddress.IPv4Interface('0.0.0.0/0').network.supernet(),
1395 self.assertEqual(ipaddress.IPv6Interface('::0/0').network
[all...]
/third_party/mbedtls/tests/scripts/
H A Ddocker_env.sh66 --network host \
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H A DMakefile2 # network/rpc/basic_tests/rpc01 test suite Makefile.
52 include $(top_srcdir)/testcases/network/rpc/rpc-tirpc/tests_pack/Makefile.inc
/third_party/python/PCbuild/
H A Drt.bat25 rem -u network,largefile
27 rem rt -u "network,largefile"
/kernel/linux/linux-5.10/security/tomoyo/
H A DMakefile2 obj-y = audit.o common.o condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o tomoyo.o util.o
/kernel/linux/linux-6.6/security/tomoyo/
H A DMakefile2 obj-y = audit.o common.o condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o tomoyo.o util.o
/third_party/libabigail/tests/
H A Druntestfedabipkgdiff.py.in104 doesn't use the network.
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h613 /* These entries are used to identify a unique network */
622 /* These are network statistics */
799 struct libipw_network * network, u16 type);
814 struct libipw_network * network);
817 struct libipw_network * network);
823 struct libipw_network * network);
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_ioctl_set.c187 if (!memcmp(&pmlmepriv->cur_network.network.MacAddress, bssid, ETH_ALEN)) { in rtw_set_802_11_bssid()
193 RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("cur_bssid ="MAC_FMT"\n", MAC_ARG(pmlmepriv->cur_network.network.MacAddress))); in rtw_set_802_11_bssid()
414 enum NDIS_802_11_NETWORK_INFRASTRUCTURE *pold_state = &(cur_network->network.InfrastructureMode); in rtw_set_802_11_infrastructure_mode()
642 struct wlan_bssid_ex *pcur_bss = &pmlmepriv->cur_network.network; in rtw_get_cur_max_rate()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_ioctl_set.c147 if (!memcmp(&pmlmepriv->cur_network.network.MacAddress, bssid, ETH_ALEN)) { in rtw_set_802_11_bssid()
153 RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("cur_bssid =%pM\n", (pmlmepriv->cur_network.network.MacAddress))); in rtw_set_802_11_bssid()
313 enum ndis_802_11_network_infra *pold_state = &cur_network->network.InfrastructureMode; in rtw_set_802_11_infrastructure_mode()
543 struct wlan_bssid_ex *pcur_bss = &pmlmepriv->cur_network.network; in rtw_get_cur_max_rate()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h612 /* These entries are used to identify a unique network */
621 /* These are network statistics */
798 struct libipw_network * network, u16 type);
813 struct libipw_network * network);
816 struct libipw_network * network);
822 struct libipw_network * network);
/third_party/eudev/src/udev/
H A Dudev-event.c831 log_info("renamed network interface %s to %s\n", ifr.ifr_name, ifr.ifr_newname); in rename_netif_dev_fromname_toname()
835 log_debug("collision on rename of network interface %s to %s , retrying until timeout\n", in rename_netif_dev_fromname_toname()
851 log_info("renamed network interface %s to %s\n", ifr.ifr_name, ifr.ifr_newname); in rename_netif_dev_fromname_toname()
864 log_debug("renamed network interface '%s' to '%s'", oldname, name); in rename_netif_dev_fromname_toname()
916 /* rename a new network interface, if needed */
/third_party/node/src/
H A Dnode_sockaddr.cc426 const std::shared_ptr<SocketAddress>& network, in AddSocketAddressMask()
430 std::make_unique<SocketAddressMaskRule>(network, prefix); in AddSocketAddressMask()
457 : network(network_), in SocketAddressMaskRule()
491 return address->is_in_network(*network.get(), prefix); in Apply()
496 ret += network->family() == AF_INET ? "IPv4" : "IPv6"; in ToString()
498 ret += network->address(); in ToString()
542 tracker->TrackField("network", network); in MemoryInfo()
425 AddSocketAddressMask( const std::shared_ptr<SocketAddress>& network, int prefix) AddSocketAddressMask() argument
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/
H A Dr8192U_core.c1799 struct ieee80211_network *network) in rtl8192_qos_handle_probe_response()
1810 if (network->flags & NETWORK_HAS_QOS_MASK) { in rtl8192_qos_handle_probe_response()
1812 (network->flags & NETWORK_HAS_QOS_PARAMETERS)) in rtl8192_qos_handle_probe_response()
1813 network->qos_data.active = network->qos_data.supported; in rtl8192_qos_handle_probe_response()
1815 if ((network->qos_data.active == 1) && (active_network == 1) && in rtl8192_qos_handle_probe_response()
1816 (network->flags & NETWORK_HAS_QOS_PARAMETERS) && in rtl8192_qos_handle_probe_response()
1817 (network->qos_data.old_param_count != in rtl8192_qos_handle_probe_response()
1818 network->qos_data.param_count)) { in rtl8192_qos_handle_probe_response()
1819 network in rtl8192_qos_handle_probe_response()
1797 rtl8192_qos_handle_probe_response(struct r8192_priv *priv, int active_network, struct ieee80211_network *network) rtl8192_qos_handle_probe_response() argument
1842 rtl8192_handle_beacon(struct net_device *dev, struct ieee80211_beacon *beacon, struct ieee80211_network *network) rtl8192_handle_beacon() argument
1858 rtl8192_qos_association_resp(struct r8192_priv *priv, struct ieee80211_network *network) rtl8192_qos_association_resp() argument
1905 rtl8192_handle_assoc_response(struct net_device *dev, struct ieee80211_assoc_response_frame *resp, struct ieee80211_network *network) rtl8192_handle_assoc_response() argument
1965 struct ieee80211_network *network = &ieee->current_network; GetNmodeSupportBySecCfg8192() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/
H A Dr8192U_core.c1623 struct ieee80211_network *network) in rtl8192_qos_handle_probe_response()
1634 if (network->flags & NETWORK_HAS_QOS_MASK) { in rtl8192_qos_handle_probe_response()
1636 (network->flags & NETWORK_HAS_QOS_PARAMETERS)) in rtl8192_qos_handle_probe_response()
1637 network->qos_data.active = network->qos_data.supported; in rtl8192_qos_handle_probe_response()
1639 if ((network->qos_data.active == 1) && (active_network == 1) && in rtl8192_qos_handle_probe_response()
1640 (network->flags & NETWORK_HAS_QOS_PARAMETERS) && in rtl8192_qos_handle_probe_response()
1641 (network->qos_data.old_param_count != in rtl8192_qos_handle_probe_response()
1642 network->qos_data.param_count)) { in rtl8192_qos_handle_probe_response()
1643 network in rtl8192_qos_handle_probe_response()
1621 rtl8192_qos_handle_probe_response(struct r8192_priv *priv, int active_network, struct ieee80211_network *network) rtl8192_qos_handle_probe_response() argument
1666 rtl8192_handle_beacon(struct net_device *dev, struct ieee80211_beacon *beacon, struct ieee80211_network *network) rtl8192_handle_beacon() argument
1682 rtl8192_qos_association_resp(struct r8192_priv *priv, struct ieee80211_network *network) rtl8192_qos_association_resp() argument
1729 rtl8192_handle_assoc_response(struct net_device *dev, struct ieee80211_assoc_response_frame *resp, struct ieee80211_network *network) rtl8192_handle_assoc_response() argument
1789 struct ieee80211_network *network = &ieee->current_network; GetNmodeSupportBySecCfg8192() local
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp26 #include "network.h"
36 constexpr const char *ERROR_MSG_CREATE_PHYSICAL_NETWORK_FAILED = "Create physical network failed, net id:";
37 constexpr const char *ERROR_MSG_CREATE_VIRTUAL_NETWORK_FAILED = "Create virtual network failed, net id:";
38 constexpr const char *ERROR_MSG_ADD_NET_INTERFACE_FAILED = "Add network interface failed";
39 constexpr const char *ERROR_MSG_REMOVE_NET_INTERFACE_FAILED = "Remove network interface failed";
40 constexpr const char *ERROR_MSG_DELETE_NET_IP_ADDR_FAILED = "Delete network ip address failed";
41 constexpr const char *ERROR_MSG_ADD_NET_IP_ADDR_FAILED = "Add network ip address failed";
42 constexpr const char *ERROR_MSG_REMOVE_NET_ROUTES_FAILED = "Remove network routes failed";
43 constexpr const char *ERROR_MSG_ADD_NET_ROUTES_FAILED = "Add network routes failed";
45 constexpr const char *ERROR_MSG_SET_NET_RESOLVER_FAILED = "Set network resolve
725 auto network = shared_from_this(); OnHandleNetMonitorResult() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Daddr.c378 /* If we have a gateway in IB mode then it must be an IB network */ in fetch_ha()
379 if (has_gateway(dst, family) && dev_addr->network == RDMA_NETWORK_IB) in fetch_ha()
490 * network type accordingly. in copy_src_l2_addr()
494 dev_addr->network = dst_in->sa_family == AF_INET ? in copy_src_l2_addr()
498 dev_addr->network = RDMA_NETWORK_IB; in copy_src_l2_addr()
755 if ((dev_addr.network == RDMA_NETWORK_IPV4 || in roce_resolve_route_from_path()
756 dev_addr.network == RDMA_NETWORK_IPV6) && in roce_resolve_route_from_path()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Daddr.c377 /* If we have a gateway in IB mode then it must be an IB network */ in fetch_ha()
378 if (has_gateway(dst, family) && dev_addr->network == RDMA_NETWORK_IB) in fetch_ha()
489 * network type accordingly. in copy_src_l2_addr()
493 dev_addr->network = dst_in->sa_family == AF_INET ? in copy_src_l2_addr()
497 dev_addr->network = RDMA_NETWORK_IB; in copy_src_l2_addr()
754 if ((dev_addr.network == RDMA_NETWORK_IPV4 || in roce_resolve_route_from_path()
755 dev_addr.network == RDMA_NETWORK_IPV6) && in roce_resolve_route_from_path()
/foundation/communication/netmanager_base/frameworks/js/napi/network/network_module/src/
H A Dnetwork_module.cpp72 NAPI_MODULE(network, NetworkModule::InitNetworkModule)
/kernel/linux/linux-5.10/net/batman-adv/
H A DMakefile26 batman-adv-$(CONFIG_BATMAN_ADV_NC) += network-coding.o

Completed in 25 milliseconds

123456789