Searched refs:ip6 (Results 1 - 25 of 31) sorted by relevance

12

/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.conf6 domain 8.e.f.ip6.int
7 domain 9.e.f.ip6.int
8 domain a.e.f.ip6.int
9 domain b.e.f.ip6.int
10 domain 8.e.f.ip6.arpa
11 domain 9.e.f.ip6.arpa
12 domain a.e.f.ip6.arpa
13 domain b.e.f.ip6.arpa
/external/tcpdump/
H A Dprint-ip6.c24 "@(#) $Header: /tcpdump/master/tcpdump/print-ip6.c,v 1.47.2.5 2007/09/21 07:07:52 hannes Exp $";
43 #include "ip6.h"
52 register const struct ip6_hdr *ip6; local
62 ip6 = (const struct ip6_hdr *)bp;
64 TCHECK(*ip6);
66 (void)printf("truncated-ip6 %u", length);
73 payload_len = EXTRACT_16BITS(&ip6->ip6_plen);
76 (void)printf("truncated-ip6 - %u bytes missing!",
80 flow = EXTRACT_32BITS(&ip6->ip6_flow);
97 ip6
[all...]
H A Dprint-frag6.c37 #include "ip6.h"
47 register const struct ip6_hdr *ip6; local
50 ip6 = (const struct ip6_hdr *)bp2;
58 sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen) -
63 sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen) -
H A Dprint-tcp.c47 #include "ip6.h"
146 static int tcp6_cksum(const struct ip6_hdr *ip6, const struct tcphdr *tp, argument
165 phu.ph.ph_src = ip6->ip6_src;
166 phu.ph.ph_dst = ip6->ip6_dst;
203 register const struct ip6_hdr *ip6; local
210 ip6 = (struct ip6_hdr *)bp2;
212 ip6 = NULL;
248 if (ip6) {
249 if (ip6->ip6_nxt == IPPROTO_TCP) {
251 ip6addr_string(&ip6
744 struct ip6_hdr *ip6; local
[all...]
H A Dprint-sunrpc.c49 #include "ip6.h"
76 register const struct ip6_hdr *ip6; local
102 ip6 = (struct ip6_hdr *)bp2;
104 ip6addr_string(&ip6->ip6_src), srcid,
105 ip6addr_string(&ip6->ip6_dst), dstid, length);
H A Dprint-udp.c51 #include "ip6.h"
319 static int udp6_cksum(const struct ip6_hdr *ip6, const struct udphdr *up, argument
338 phu.ph.ph_src = ip6->ip6_src;
339 phu.ph.ph_dst = ip6->ip6_dst;
367 const struct ip6_hdr *ip6; local
370 ip6 = (const struct ip6_hdr *)ip;
372 ip6 = NULL;
374 if (ip6) {
375 if (ip6->ip6_nxt == IPPROTO_UDP) {
378 ip6addr_string(&ip6
429 register const struct ip6_hdr *ip6; local
[all...]
H A Dprint-dccp.c31 #include "ip6.h"
93 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len) argument
111 phu.ph.ph_src = ip6->ip6_src;
112 phu.ph.ph_dst = ip6->ip6_dst;
221 const struct ip6_hdr *ip6; local
233 ip6 = (const struct ip6_hdr *)data2;
235 ip6 = NULL;
254 if (ip6) {
256 ip6addr_string(&ip6->ip6_src), sport,
257 ip6addr_string(&ip6
[all...]
H A Dprint-sctp.c59 #include "ip6.h"
69 const struct ip6_hdr *ip6; local
86 ip6 = (const struct ip6_hdr *)bp2;
88 ip6 = NULL;
106 if (ip6) {
108 ip6addr_string(&ip6->ip6_src),
110 ip6addr_string(&ip6->ip6_dst),
H A Dprint-pgm.c37 #include "ip6.h"
161 register const struct ip6_hdr *ip6; local
172 ip6 = (struct ip6_hdr *)bp2;
174 ip6 = NULL;
184 if (ip6) {
186 ip6addr_string(&ip6->ip6_src),
187 ip6addr_string(&ip6->ip6_dst));
203 if (ip6) {
204 if (ip6->ip6_nxt == IPPROTO_PGM) {
206 ip6addr_string(&ip6
[all...]
H A Dprint-esp.c50 #include "ip6.h"
352 struct ip6_hdr *ip6 = NULL; local
411 ip6 = (struct ip6_hdr *)bp2;
413 if (!EXTRACT_16BITS(&ip6->ip6_plen))
416 len = sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen);
423 memcmp(&sin6->sin6_addr, &ip6->ip6_dst,
H A Dprint-nfs.c46 #include "ip6.h"
164 struct ip6_hdr *ip6; local
182 ip6 = (struct ip6_hdr *)bp;
183 strlcpy(srcaddr, ip6addr_string(&ip6->ip6_src),
185 strlcpy(dstaddr, ip6addr_string(&ip6->ip6_dst),
894 struct ip6_hdr *ip6 = NULL; local
904 ip6 = (struct ip6_hdr *)bp;
923 else if (ip6) {
925 memcpy(&xmep->client, &ip6->ip6_src, sizeof(ip6
946 struct ip6_hdr *ip6 = (struct ip6_hdr *)bp; local
[all...]
H A DAndroid.mk54 print-ip6.c\
H A Dprint-isakmp.c55 #include "ip6.h"
184 struct ip6_hdr *ip6; local
222 ip6 = (struct ip6_hdr *)bp2;
228 memcpy(&sin6->sin6_addr, &ip6->ip6_src, sizeof(ip6->ip6_src));
234 memcpy(&sin6->sin6_addr, &ip6->ip6_dst, sizeof(ip6->ip6_dst));
254 struct ip6_hdr *ip6; local
272 ip6 = (struct ip6_hdr *)bp2;
278 memcpy(&sin6->sin6_addr, &ip6
[all...]
H A Dprint-icmp6.c42 #include "ip6.h"
192 static int icmp6_cksum(const struct ip6_hdr *ip6, const struct icmp6_hdr *icp, argument
211 phu.ph.ph_src = ip6->ip6_src;
212 phu.ph.ph_dst = ip6->ip6_dst;
525 struct ip6_hdr *ip6 = (struct ip6_hdr *)bp; local
536 if (!TTEST(ip6->ip6_nxt))
539 nh = ip6->ip6_nxt;
/external/iproute2/include/linux/
H A Dnetfilter.h54 __be32 ip6[4]; member in union:nf_inet_addr
/external/iptables/include/linux/
H A Dnetfilter.h54 __be32 ip6[4]; member in union:nf_inet_addr
/external/bluetooth/hcidump/parser/
H A Dtcpip.c40 #include <netinet/ip6.h>
103 struct ip6_hdr *ip6 = (struct ip6_hdr *) ip;
104 proto = ip6->ip6_nxt;
108 memcpy(&sai6.sin6_addr, &ip6->ip6_src, sizeof(struct in6_addr));
111 memcpy(&sai6.sin6_addr, &ip6->ip6_dst, sizeof(struct in6_addr));
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp25 IP<(float*)0> ip6; // expected-error{{null non-type template argument of type 'float *' does not match template parameter of type 'int *'}} variable
/external/iproute2/doc/
H A DMakefile1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
/external/iptables/extensions/
H A Dlibxt_ipvs.c143 if (!numeric && addr->ip6[0] == 0 && addr->ip6[1] == 0 &&
144 addr->ip6[2] == 0 && addr->ip6[3] == 0) {
H A Dlibxt_TCPMSS.c8 #include <netinet/ip6.h>
/external/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp49 N::X<N::C>::type *ip6 = &i; // expected-note{{in instantiation of template class 'N::X<N::C>' requested here}} variable
/external/ping6/
H A Dping6.c116 #include <netinet/ip6.h>
2422 pr_iph(struct ip6_hdr *ip6) argument
2424 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK;
2428 tc = *(&ip6->ip6_vfc + 1); /* XXX */
2430 tc |= (ip6->ip6_vfc << 4);
2434 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
2435 ntohs(ip6->ip6_plen), ip6->ip6_nxt, ip6->ip6_hlim);
2436 if (!inet_ntop(AF_INET6, &ip6
2469 pr_retip(struct ip6_hdr *ip6, u_char *end) argument
[all...]
/external/guava/guava/src/com/google/common/net/
H A DInetAddresses.java961 Inet6Address ip6 = (Inet6Address) ip;
963 if (hasEmbeddedIPv4ClientAddress(ip6)) {
964 addressAsLong = getEmbeddedIPv4ClientAddress(ip6).hashCode();
968 addressAsLong = ByteBuffer.wrap(ip6.getAddress(), 0, 8).getLong();
/external/qemu/
H A Dsockets.h198 void sock_address_init_in6 ( SockAddress* a, const uint8_t* ip6[16], uint16_t port );

Completed in 3464 milliseconds

12