| /src/external/ibm-public/postfix/dist/src/util/ |
| host_port.c | 111 #define IPV6_COL "IPv6:" /* RFC 2821 */ 121 int ipv6 = 0; local 125 * [ipv6:ipv6addr]:port, [ipv6:ipv6addr]:, [ipv6:ipv6addr]. 129 if ((ipv6 = HAS_IPV6_COL(cp)) != 0) 136 if (ipv6 && !valid_ipv6_hostaddr(*host, DONT_GRIPE)) 137 return ("malformed IPv6 address");
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| trpz.h | 46 struct sockaddr_in6 ipv6; member in union:socku
|
| /src/crypto/external/apache2/openssl/dist/demos/guide/ |
| quic-client-block.c | 132 int ipv6 = 0; local 144 ipv6 = 1; 185 bio = create_socket_bio(hostname, port, ipv6 ? AF_INET6 : AF_INET, &peer_addr);
|
| tls-client-block.c | 113 int ipv6 = 0; local 125 ipv6 = 1; 175 bio = create_socket_bio(hostname, port, ipv6 ? AF_INET6 : AF_INET);
|
| quic-multi-stream.c | 150 int ipv6 = 0; local 162 ipv6 = 1; 212 bio = create_socket_bio(hostname, port, ipv6 ? AF_INET6 : AF_INET, &peer_addr);
|
| tls-client-non-block.c | 191 int ipv6 = 0; local 203 ipv6 = 1; 254 bio = create_socket_bio(hostname, port, ipv6 ? AF_INET6 : AF_INET);
|
| quic-client-non-block.c | 239 int ipv6 = 0; local 252 ipv6 = 1; 293 bio = create_socket_bio(hostname, port, ipv6 ? AF_INET6 : AF_INET,
|
| /src/external/bsd/wpa/dist/src/radius/ |
| radius_server.h | 34 * first item on the line is the IPv4 or IPv6 address of the client 57 * ipv6 - Whether to enable IPv6 support in the RADIUS server 59 int ipv6; member in struct:radius_server_conf
|
| radius_server.c | 164 * ipv6 - Whether to enable IPv6 support in the RADIUS server 166 int ipv6; member in struct:radius_server_data 333 int ipv6) 339 if (ipv6) { 358 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) == 1702 if (data->ipv6) { 1716 if (!data->ipv6) { 1834 if (data->ipv6) { 1848 if (!data->ipv6) { [all...] |
| /src/external/bsd/nsd/dist/ |
| xdp-dns-redirect_kern.c | 9 #include <linux/ipv6.h> /* for struct ipv6hdr */ 96 struct ipv6hdr *ipv6; local 113 // NOTE: Maybe not use goto and just have the redirect call here and in IPv6? 117 if (!(ipv6 = parse_ipv6hdr(&c)) || ipv6->nexthdr != IPPROTO_UDP)
|
| xdp-server.c | 41 #include <linux/ipv6.h> 137 * Check whether destination IPv6 is in allowed IPs list 139 static int dest_ip_allowed6(struct xdp_server *xdp, struct ipv6hdr *ipv6); 179 static inline void swap_ipv6(struct ipv6hdr *ipv6); 182 static inline void *parse_ipv6(struct ipv6hdr *ipv6); 556 static int dest_ip_allowed6(struct xdp_server *xdp, struct ipv6hdr *ipv6) { 565 &ipv6->daddr, 656 static inline void swap_ipv6(struct ipv6hdr *ipv6) { 658 memcpy(&tmp_ip, &ipv6->saddr, sizeof(tmp_ip)); 659 memcpy(&ipv6->saddr, &ipv6->daddr, sizeof(tmp_ip)) 747 struct ipv6hdr *ipv6 = NULL; local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/ |
| syncptr.c | 135 dns_rdata_in_aaaa_t ipv6; local 147 CHECK(dns_rdata_tostruct(rdata, &ipv6, inst->mctx)); 148 isc_netaddr_fromin6(&isc_ip, &ipv6.in6_addr); 192 dns_rdata_freestruct(&ipv6); 205 * @param[in] ip_str IP address as a string (IPv4 or IPv6)
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_wire.h | 761 unsigned char ipv4[4], ipv6[16]; member in struct:quic_preferred_addr_st
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| discover_resolver.c | 111 DNSQuestion ipv6_question; // used to query for IPv6 address of the resolver name 915 DNSQuestion * const ipv6 = &resolver_name->ipv6_question; local 920 discover_resolver_setup_question(ipv6, resolver_name->interface_id, name, kDNSType_AAAA, false, 928 mdns_err = mDNS_StartQuery(&mDNSStorage, ipv6);
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| rrl.h | 94 unsigned int ipv6 : 1; member in struct:dns__rrl_key
|
| rpz.h | 124 dns_rpz_trigger_counter_t ipv6; member in struct:dns_rpz_triggers 190 dns_rpz_zbits_t ipv6; member in struct:dns_rpz_have
|
| /src/external/mpl/bind/dist/lib/isc/ |
| tls.c | 1217 * IPv6 in order to avoid cluttering a context-specific 1340 bool ipv6; local 1352 ipv6 = (family == AF_INET6); 1359 if (result == ISC_R_SUCCESS && entry->ctx[tr_offset][ipv6] != NULL) { 1364 *pfound = entry->ctx[tr_offset][ipv6]; 1373 entry->client_sess_cache[tr_offset][ipv6]; 1382 entry->ctx[tr_offset][ipv6] == NULL) 1388 entry->ctx[tr_offset][ipv6] = ctx; 1389 entry->client_sess_cache[tr_offset][ipv6] = client_sess_cache; 1409 entry->ctx[tr_offset][ipv6] = ctx 1431 bool ipv6; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| rrl.h | 95 unsigned int ipv6 : 1; member in struct:dns__rrl_key
|
| rpz.h | 123 dns_rpz_trigger_counter_t ipv6; member in struct:dns_rpz_triggers 189 dns_rpz_zbits_t ipv6; member in struct:dns_rpz_have
|
| /src/sys/dev/pci/ |
| if_vmxreg.h | 162 uint32_t ipv6:1; member in struct:vmxnet3_rxcompdesc
|
| /src/external/mpl/bind/dist/bin/dig/ |
| dig.c | 141 " -6 (use IPv6 query transport " 1196 struct in6_addr ipv6 = { 0 }; local 1210 ret = inet_pton(AF_INET6, buf, &ipv6); 1212 isc_sockaddr_fromin6(addr, &ipv6, addr_port); 2657 fatal("can't find IPv6 networking");
|
| /src/external/bsd/libevent/dist/test/ |
| regress_http.c | 102 int ipv6 = mask & HTTP_BIND_IPV6; local 104 if (ipv6) 110 if (ipv6) 1066 const char *address, struct evdns_base *dnsbase, int ipv6, int family, 1075 if (ipv6) 1083 if (!http && ipv6) { 4404 1 /* ipv6 */, family, 0);
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_http.c | 99 int ipv6 = mask & HTTP_BIND_IPV6; local 101 if (ipv6) 107 if (ipv6) 1063 const char *address, struct evdns_base *dnsbase, int ipv6, int family, 1072 if (ipv6) 1080 if (!http && ipv6) { 4401 1 /* ipv6 */, family, 0);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dnssd-proxy.c | 1552 FAULT("skipping address type other than IPv4/IPv6 - type: %u", addr->sa.sa_family); 1656 INFO("Non IPv4/IPv6 address added for the interface - sa_family: %u", address->sa.sa_family); 1704 // Update the "reverse mapping from address to browsing domain" for each eligible served domain under IPv6 or IPv4 1713 INFO("Skipping non IPv6/IPv4 address - addr:" PRI_S_SRP, buf); 1724 served_domain_t *ipv6, *ipv4; local 1726 // When dnssd-proxy is combined with srp-mdns-proxy, IPv4 and IPv6 reverse look up domain is set from the begining. 1728 ipv6 = find_served_domain(IPV6_REVERSE_LOOKUP_DOMAIN); 1731 ipv6 = new_served_domain(NULL, IPV6_REVERSE_LOOKUP_DOMAIN); 1733 require_action_quiet(ipv4 != NULL && ipv6 != NULL, exit, ERROR("cannot find/create new served domain")); 1753 dnssd_hardwired_add_or_remove_ptr_record(ipv6, &ifaddr->addr, &ifaddr->mask, true) 5790 served_domain_t *ipv6 = NULL; local [all...] |
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| DNSCommon.c | 73 // LLMNR uses IPv4 multicast address 224.0.0.252, IPv6 multicast address FF02::0001:0003, and UDP port 5355. 214 // Note: We don't check for InterfaceActive, as the active interface could be IPv6 and 522 case kDNSType_AAAA: mDNS_snprintf(buffer+length, RemSpc, "%.16a", &rd->ipv6); break; 2501 case kDNSType_AAAA: return(sizeof(rd->ipv6)); 2823 case kDNSType_AAAA: if (rr->rdlength != sizeof(rdb->ipv6)) 2825 if (ptr + sizeof(rdb->ipv6) > limit) return(mDNSNULL); 2826 mDNSPlatformMemCopy(ptr, &rdb->ipv6, sizeof(rdb->ipv6)); 2827 return(ptr + sizeof(rdb->ipv6)); 3658 mDNSPlatformMemCopy(&rdb->ipv6, ptr, sizeof(rdb->ipv6)) 6129 mDNSu8 ipv6[16]; local [all...] |