Home
last modified time | relevance | path

Searched refs:ipv6 (Results 76 - 100 of 106) sorted by relevance

12345

/third_party/curl/lib/
H A DMakefile.mk28 # Example: make -f Makefile.mk CFG=-zlib-ssl-libssh2-ipv6
256 ifneq ($(findstring -ipv6,$(CFG)),)
H A Dftp.c940 * (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 Durldata.h515 BIT(ipv6); /* we communicate with a site using an IPv6 address */
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dauthsrv.c129 srv.ipv6 = conf->radius_server_ipv6; in hostapd_setup_radius_srv()
/third_party/python/Lib/test/
H A Dtest_ipaddress.py1276 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 Dbpf_netfirewall.cpp590 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 Dip.rs949 /// [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 Dbcmutils.c1645 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 Dmac_cfg.h706 hi_u8 ipv6[OAL_IP_ADDR_MAX_SIZE]; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dstats.h576 * @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 Dopt.h93 #include <linux/ipv6.h>
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclat_utils.cpp25 #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 DMakefile134 # if ipv6 is used
135 vpath %.c lwip/src/core/ipv6/
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c113 srv.ipv6 = conf->radius_server_ipv6; in hostapd_setup_radius_srv()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp1444 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 Dbcmutils.h197 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 Dp2p_state_machine.cpp853 Ipv6Address ipv6(Ipv6Address::INVALID_INET6_ADDRESS); in StartDhcpServer()
859 ipv4, ipv6, ipAddress, true)) { in StartDhcpServer()
/third_party/cups-filters/utils/
H A Dcups-browsed.c675 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 Dcurl_msh3.c735 cf->conn->bits.ipv6 = (ctx->addr.family == AF_INET6)? TRUE : FALSE; in cf_msh3_active()
/third_party/ltp/testcases/lib/
H A Dtst_net.sh87 # 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 Dhttp_exec.cpp1102 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 Dconfigure1780 --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 Dhwif.h387 bool en, bool ipv6, bool sa, bool inv,
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h783 unsigned int ipv6:1; member
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h3574 * **sizeof**\ (*tuple*\ **->ipv6**)
3611 * **sizeof**\ (*tuple*\ **->ipv6**)
6290 } ipv6; member

Completed in 82 milliseconds

12345