HomeSort by relevance Sort by last modified time
    Searched defs:ip6 (Results 26 - 43 of 43) sorted by null

12

  /external/tcpdump/
print-nfs.c 41 #include "ip6.h"
206 const struct ip6_hdr *ip6; local
217 ip6 = (const struct ip6_hdr *)bp;
218 strlcpy(srcaddr, ip6addr_string(ndo, &ip6->ip6_src),
220 strlcpy(dstaddr, ip6addr_string(ndo, &ip6->ip6_dst),
870 const struct ip6_hdr *ip6 = NULL; local
880 ip6 = (const struct ip6_hdr *)bp;
897 else if (ip6) {
899 UNALIGNED_MEMCPY(&xmep->client, &ip6->ip6_src, sizeof(ip6->ip6_src))
919 const struct ip6_hdr *ip6 = (const struct ip6_hdr *)bp; local
    [all...]
print-pgm.c 30 #include "ip6.h"
156 register const struct ip6_hdr *ip6; local
163 ip6 = (const struct ip6_hdr *)bp2;
165 ip6 = NULL;
168 if (ip6) {
170 ip6addr_string(ndo, &ip6->ip6_src),
171 ip6addr_string(ndo, &ip6->ip6_dst)));
183 if (ip6) {
184 if (ip6->ip6_nxt == IPPROTO_PGM) {
186 ip6addr_string(ndo, &ip6->ip6_src)
    [all...]
print-pim.c 35 #include "ip6.h"
513 * 2 IP6 (IP version 6)
683 const struct ip6_hdr *ip6; local
685 ip6 = (const struct ip6_hdr *)bp2;
686 cksum = nextproto6_cksum(ndo, ip6, bp, len, len, IPPROTO_PIM);
    [all...]
print-sctp.c 48 #include "ip6.h"
501 const struct ip6_hdr *ip6; local
523 ip6 = (const struct ip6_hdr *)bp2;
525 ip6 = NULL;
527 if (ip6) {
529 ip6addr_string(ndo, &ip6->ip6_src),
531 ip6addr_string(ndo, &ip6->ip6_dst),
print-icmp6.c 38 #include "ip6.h"
99 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */
625 static int icmp6_cksum(netdissect_options *ndo, const struct ip6_hdr *ip6,
628 return nextproto6_cksum(ndo, ip6, (const uint8_t *)(const void *)icp, len, len,
1167 const struct ip6_hdr *ip6 = (const struct ip6_hdr *)bp; local
    [all...]
print-isakmp.c 53 #include "ip6.h"
783 const struct ip6_hdr *ip6; local
799 ip6 = (const struct ip6_hdr *)bp2;
801 UNALIGNED_MEMCPY(&cookiecache[ninitiator].iaddr.in6, &ip6->ip6_src, sizeof(struct in6_addr));
802 UNALIGNED_MEMCPY(&cookiecache[ninitiator].raddr.in6, &ip6->ip6_dst, sizeof(struct in6_addr));
817 const struct ip6_hdr *ip6; local
835 ip6 = (const struct ip6_hdr *)bp2;
837 if (UNALIGNED_MEMCMP(&ip6->ip6_src, &cookiecache[i].iaddr.in6, sizeof(struct in6_addr)) == 0)
840 if (UNALIGNED_MEMCMP(&ip6->ip6_src, &cookiecache[i].raddr.in6, sizeof(struct in6_addr)) == 0)
    [all...]
  /external/android-clat/
clatd_test.cpp 97 #define IPV6_PSEUDOHEADER(ip6, protocol, tlen) \
98 ip6[8], ip6[9], ip6[10], ip6[11], /* Source address */ \
99 ip6[12], ip6[13], ip6[14], ip6[15], \
100 ip6[16], ip6[17], ip6[18], ip6[19],
234 struct ip6_hdr *ip6 = (struct ip6_hdr *)packet; local
298 struct ip6_hdr *ip6 = nullptr; local
416 struct ip6_hdr *ip6 = (struct ip6_hdr *)packet; local
527 struct ip6_hdr *ip6; local
901 uint8_t ip6[] = { IPV6_UDP_HEADER }; local
1017 struct ip6_hdr *ip6 = (struct ip6_hdr *)udp_ipv6; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_sock_addr.c 624 struct in6_addr ip6; local
626 if (inet_pton(AF_INET6, SERV6_IP, (void *)&ip6) != 1) {
647 BPF_JMP_IMM(BPF_JNE, BPF_REG_7, ip6.s6_addr[4], 16),
652 BPF_JMP_IMM(BPF_JNE, BPF_REG_7, ip6.s6_addr16[2], 14),
657 BPF_LD_IMM64(BPF_REG_8, ip6.s6_addr32[3]), /* See [2]. */
  /bionic/libc/kernel/uapi/linux/
if_bridge.h 198 struct in6_addr ip6; member in union:br_mdb_entry::__anon672::__anon673
  /external/iproute2/include/uapi/linux/
if_bridge.h 245 struct in6_addr ip6; member in union:br_mdb_entry::__anon24515::__anon24516
  /external/kernel-headers/original/uapi/linux/
if_bridge.h 245 struct in6_addr ip6; member in union:br_mdb_entry::__anon25562::__anon25563
  /external/libnetfilter_conntrack/include/libnetfilter_conntrack/
libnetfilter_conntrack.h 197 uint32_t ip6[4]; member in union:nfct_attr_grp_addr
  /external/toybox/toys/pending/
dhcpd.c 44 #include <netinet/ip6.h>
364 struct sockaddr_in6 ip6; local
399 if(inet_pton(AF_INET6, ipv6_addr, &ip6.sin6_addr) <= 0)
402 memcpy(oip6, ip6.sin6_addr.s6_addr32, sizeof(uint32_t)*4);
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 2366 milliseconds

12