/third_party/curl/lib/ |
H A D | Makefile.mk | 28 # Example: make -f Makefile.mk CFG=-zlib-ssl-libssh2-ipv6 256 ifneq ($(findstring -ipv6,$(CFG)),)
|
H A D | ftp.c | 940 * (ipv4|ipv6|domain|interface)?(:port(-range)?)? in ftp_state_use_port() 949 /* [ipv6]:port(-range) */ in ftp_state_use_port() 967 /* either ipv6 or (ipv4|domain|interface):port(-range) */ in ftp_state_use_port() 971 /* ipv6 */ in ftp_state_use_port() 1176 if(!conn->bits.ftp_use_eprt && conn->bits.ipv6) in ftp_state_use_port() 1294 if(!conn->bits.ftp_use_epsv && conn->bits.ipv6) in ftp_state_use_pasv() 1758 if(conn->bits.ipv6 in ftp_epsv_disable()
|
H A D | urldata.h | 515 BIT(ipv6); /* we communicate with a site using an IPv6 address */
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | authsrv.c | 129 srv.ipv6 = conf->radius_server_ipv6; in hostapd_setup_radius_srv()
|
/third_party/python/Lib/test/ |
H A D | test_ipaddress.py | 1276 ipv6 = ipaddress.ip_network('2001:658:22a:cafe:200:0:0:1') 1279 self.assertEqual(ipv6, ipaddress.ip_network(int(ipv6.network_address))) 1833 # test that ipv6 addresses are subsumed properly. 1840 # test that ipv6 addresses are subsumed properly. 2066 ipv6 = ipaddress.IPv6Interface('::/0') 2068 self.assertRaises(TypeError, ipv4.__lt__, ipv6) 2069 self.assertRaises(TypeError, ipv4.__gt__, ipv6) 2070 self.assertRaises(TypeError, ipv6.__lt__, ipv4) 2071 self.assertRaises(TypeError, ipv6 [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_netfirewall.cpp | 590 inet_ntop(AF_INET6, &(info->ipv6.saddr), ip6, INET6_ADDRSTRLEN); in NotifyInterceptEvent() 593 inet_ntop(AF_INET6, &(info->ipv6.daddr), ip6, INET6_ADDRSTRLEN); in NotifyInterceptEvent()
|
/third_party/rust/crates/rustix/src/net/ |
H A D | ip.rs | 949 /// [IPv4-compatible]: Ipv6Addr#ipv4-compatible-ipv6-addresses 981 /// [IPv4-mapped]: Ipv6Addr#ipv4-mapped-ipv6-addresses 1047 fn from(ipv6: Ipv6Addr) -> IpAddr { in from() 1048 IpAddr::V6(ipv6) in from() 1359 /// [IANA IPv6 Special-Purpose Address Registry]: https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml 1759 /// [IPv4-compatible]: Ipv6Addr#ipv4-compatible-ipv6-addresses 1760 /// [IPv4-mapped]: Ipv6Addr#ipv4-mapped-ipv6-addresses
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmutils.c | 1645 bcm_ipv6_ntoa(void *ipv6, char *buf) in bcm_ipv6_ntoa() argument 1654 memcpy((uint8 *)&tmp[0], (uint8 *)ipv6, IPV6_ADDR_LEN); in bcm_ipv6_ntoa() 3935 * - input ipv6 and tcp points to IPv6 and TCP header in network order 3939 ipv6_tcp_hdr_cksum(uint8 *ipv6, uint8 *tcp, uint16 tcp_len) in ipv6_tcp_hdr_cksum() argument 3941 struct ipv6_hdr *ipv6_hdr = (struct ipv6_hdr *)ipv6; in ipv6_tcp_hdr_cksum() 3945 ASSERT(ipv6 != NULL); in ipv6_tcp_hdr_cksum() 3949 if (!ipv6 || !tcp || !(tcp_len >= TCP_MIN_HEADER_LEN)) in ipv6_tcp_hdr_cksum()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_cfg.h | 706 hi_u8 ipv6[OAL_IP_ADDR_MAX_SIZE]; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | stats.h | 576 * @param[in,out] ipv6 Memory to get the IPv6 statistics information. 587 err_t lwip_statsapi_get_ipv6_stats(struct stats_proto *ipv6);
|
H A D | opt.h | 93 #include <linux/ipv6.h>
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | clat_utils.cpp | 25 #include <linux/ipv6.h> 225 NETNATIVE_LOGW("fail to generate ipv6 address, ipv6 interface name null"); in GenerateIpv6Address() 231 NETNATIVE_LOGW("fail to generate ipv6 address, ipv4 address invalid"); in GenerateIpv6Address() 237 NETNATIVE_LOGW("fail to generate ipv6 address, prefix invalid"); in GenerateIpv6Address() 251 NETNATIVE_LOGW("fail to generate ipv6 address, ipv6 address invalid"); in GenerateIpv6Address()
|
/third_party/libcoap/examples/lwip/ |
H A D | Makefile | 134 # if ipv6 is used 135 vpath %.c lwip/src/core/ipv6/
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | authsrv.c | 113 srv.ipv6 = conf->radius_server_ipv6; in hostapd_setup_radius_srv()
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | socket_exec.cpp | 1444 NETSTACK_LOGE("ipv6 addmembership err: %{public}d", errno); in ExecUdpAddMembership() 1475 NETSTACK_LOGE("ipv6 dropmembership err: %{public}d", errno); in ExecUdpDropMembership() 2332 auto *ipv6 = reinterpret_cast<struct sockaddr_in6 *>(res->ai_addr); in ConvertAddressToIp() local 2333 auto addr = &(ipv6->sin6_addr); in ConvertAddressToIp() 2349 in6_addr ipv6{}; in IpMatchFamily() 2350 if (inet_pton(AF_INET6, address.c_str(), &ipv6) > 0) { in IpMatchFamily()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmutils.h | 197 extern char *bcm_ipv6_ntoa(void *ipv6, char *buf); 1251 * - input ipv6 and tcp points to IPv6 and TCP header in network order 1254 uint16 ipv6_tcp_hdr_cksum(uint8 *ipv6, uint8 *tcp, uint16 tcp_len);
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_state_machine.cpp | 853 Ipv6Address ipv6(Ipv6Address::INVALID_INET6_ADDRESS); in StartDhcpServer() 859 ipv4, ipv6, ipAddress, true)) { in StartDhcpServer()
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 675 return (ntohs(addr->ipv6.sin6_port)); in httpAddrPort() 9377 iface->broadcast.ipv6.sin6_port = htons (BrowsePort); in update_netifs() 10023 &allow->addr.ipv6.sin6_addr, in allowed() 10024 sizeof (allow->addr.ipv6.sin6_addr))) { in allowed() 10048 allow->mask.ipv6.sin6_addr.s6_addr[0]) == in allowed() 10049 allow->addr.ipv6.sin6_addr.s6_addr[0]) && in allowed() 10051 allow->mask.ipv6.sin6_addr.s6_addr[1]) == in allowed() 10052 allow->addr.ipv6.sin6_addr.s6_addr[1]) && in allowed() 10054 allow->mask.ipv6.sin6_addr.s6_addr[2]) == in allowed() 10055 allow->addr.ipv6 in allowed() [all...] |
/third_party/curl/lib/vquic/ |
H A D | curl_msh3.c | 735 cf->conn->bits.ipv6 = (ctx->addr.family == AF_INET6)? TRUE : FALSE; in cf_msh3_active()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_net.sh | 87 # Detect IPv6 disabled via 1) CONFIG_IPV6=n or 2) ipv6.disable=1 kernel cmdline 88 # parameter or 3) sysctl net.ipv6.conf.all.disable_ipv6=1 (disables IPv6 on all 109 cmd='cat /proc/sys/net/ipv6/conf/all/disable_ipv6' 116 tst_res_ TINFO "IPv6 disabled on $type net.ipv6.conf.all.disable_ipv6=1" 125 # net.ipv6.conf.$iface.disable_ipv6=1. 134 local check="cat /proc/sys/net/ipv6/conf/$iface/disable_ipv6" 588 sysctl -qw net.ipv6.conf.$iface.accept_dad=0 || return $? 602 tst_rhost_run -c "sysctl -qw net.ipv6.conf.$iface.accept_dad=0" || return $?
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 1102 struct sockaddr_in6 *ipv6 = reinterpret_cast<struct sockaddr_in6 *>(p->ai_addr); in AddCurlHandle() local 1103 addr = &ipv6->sin6_addr; in AddCurlHandle()
|
/third_party/python/ |
H A D | configure | 1780 --enable-ipv6 enable ipv6 (with ipv4) support, see 15795 # Check for enable-ipv6 15797 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if --enable-ipv6 is specified" >&5 15798 printf %s "checking if --enable-ipv6 is specified... " >&6; } 15799 # Check whether --enable-ipv6 was given. 15806 ipv6=no 15812 ipv6=yes 15833 ipv6=yes 15837 ipv6 [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 387 bool en, bool ipv6, bool sa, bool inv,
|
/third_party/libwebsockets/lib/core-net/ |
H A D | private-lib-core-net.h | 783 unsigned int ipv6:1; member
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 3574 * **sizeof**\ (*tuple*\ **->ipv6**) 3611 * **sizeof**\ (*tuple*\ **->ipv6**) 6290 } ipv6; member
|