HomeSort by relevance Sort by last modified time
    Searched refs:ipv6 (Results 76 - 89 of 89) sorted by null

1 2 34

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /external/mdnsresponder/mDNSPosix/
Identify.c 140 mprintf("%##s %s %.16a\n", answer->name->c, DNSTypeName(answer->rrtype), &answer->rdata->u.ipv6);
144 hostaddr.ip.v6 = answer->rdata->u.ipv6;
376 fprintf(stderr, "Usage: %s <dot-local hostname> or <IPv4 address> or <IPv6 address> ...\n", progname);
NetMonitor.c 547 case kDNSType_AAAA: n += mprintf("%.16a", &rd->ipv6); break;
797 // All IPv6 packets should just be duplicates of the v4 packets.
894 if (IPv6HostList.num) mprintf(" %ld (IPv6)", IPv6HostList.num);
    [all...]
  /external/wpa_supplicant_8/src/ap/
authsrv.c 109 srv.ipv6 = conf->radius_server_ipv6;
  /external/libppp/src/
radius.c 466 " IPv6 %s/%d\n", ipv6addr, r->ipv6prefix[1]);
485 " IPv6 Route: %s\n", nuke);
1088 memcpy(&ac->peer.ipv6.ifid, ifid, sizeof(ac->peer.ipv6.ifid));
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 47 // LLMNR uses IPv4 multicast address 224.0.0.252, IPv6 multicast address FF02::0001:0003, and UDP port 5355.
206 case kDNSType_AAAA: mDNS_snprintf(buffer+length, RemSpc, "%.16a", &rd->ipv6); break;
    [all...]
mDNSEmbeddedAPI.h 173 kDNSType_AAAA, // 28 IPv6 Address
183 kDNSType_A6, // 38 IPv6 Address (deprecated)
184 kDNSType_DNAME, // 39 Non-terminal DNAME (for IPv6)
276 typedef mDNSOpaque128 mDNSv6Addr; // An IPv6 address is a 16-byte opaque identifier (not an integer)
396 // For IPv6: "x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.ip6.arpa." 74 bytes including terminating NUL
469 // 40 (IPv6 header) + 8 (UDP header) + 12 (DNS message header) + 1440 (DNS message body) = 1500 total
475 mDNSu8 data[AbsoluteMaxDNSMessageData]; // 40 (IPv6) + 8 (UDP) + 12 (DNS header) + 8940 (data) = 9000
841 mDNSv6Addr ipv6; \/\/ For 'AAAA' record member in union:__anon12192
858 mDNSv6Addr ipv6; \/\/ For 'AAAA' record member in union:__anon12193
    [all...]
uDNS.c     [all...]
mDNS.c     [all...]
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 60 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions ipv6_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-ipv6.der
  /external/dhcpcd/
ipv6rs.c 43 # include <linux/ipv6.h>
221 syslog(LOG_INFO, "%s: sending IPv6 Router Solicitation", ifp->name);
229 syslog(LOG_INFO, "%s: no IPv6 Routers available", ifp->name);
302 syslog(LOG_ERR, "IPv6 RA packet too short from %s", sfrom);
327 "IPv6 RA did not contain index or hop limit from %s",
336 syslog(LOG_ERR, "invalid IPv6 type or code from %s", sfrom);
341 syslog(LOG_ERR, "RA recieved from non local IPv6 address %s",
  /external/tcpdump/
configure     [all...]
  /external/iproute2/doc/
ip-cref.tex 30 and examples to understand and configure Linux-2.2 IP and IPv6
113 \item \verb|address| --- protocol (IP or IPv6) address on a device
550 \paragraph{Object:} The \verb|address| is a protocol (IP or IPv6) address attached
580 separated by colons for IPv6. The \verb|ADDRESS| may be followed by
624 \item \verb|site| --- (IPv6 only) the address is site local,
705 --- (IPv6 only) only list addresses installed due to stateless
710 --- (IPv6 only) only list addresses which did not pass duplicate
715 --- (IPv6 only) only list deprecated addresses.
742 Then the list of IP and IPv6 addresses follows, accompanied by
823 And the last example shows how to flush all the IPv6 addresse
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]

Completed in 387 milliseconds

1 2 34