Searched refs:ip6_nxt (Results 1 - 16 of 16) sorted by relevance

/external/android-clat/
H A Dipv6.c108 ip6->ip6_nxt != IPPROTO_ICMPV6) {
116 protocol = ip6->ip6_nxt;
169 logmsg(ANDROID_LOG_ERROR, "ipv6_packet/unknown next header type: %x", ip6->ip6_nxt);
H A Dtranslate.c163 ip6->ip6_nxt = protocol;
187 frag_hdr->ip6f_nxt = ip6_targ->ip6_nxt;
195 ip6_targ->ip6_nxt = IPPROTO_FRAGMENT;
H A Dclatd_test.cpp184 if (ip6->ip6_nxt != IPPROTO_FRAGMENT) {
228 if (ip6->ip6_nxt == IPPROTO_FRAGMENT) {
240 protocol = ip6->ip6_nxt;
364 ip6->ip6_nxt = protocol;
H A Ddump.c81 printf("next header = %x\n",header->ip6_nxt);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_ip6_var.h80 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
H A Duser_socket.c2956 use_udp_tunneling = (ip6->ip6_nxt == IPPROTO_UDP);
/external/tcpdump/
H A Dip6.h94 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
H A Dprint-ip6.c130 tok2str(ipproto_values,"unknown",ip6->ip6_nxt),
131 ip6->ip6_nxt,
144 nh = ip6->ip6_nxt;
H A Dprint-icmp6.c385 oip->ip6_nxt, dport);
609 if (!TTEST(ip6->ip6_nxt))
612 nh = ip6->ip6_nxt;
H A Dprint-pgm.c213 if (ip6->ip6_nxt == IPPROTO_PGM) {
H A Dprint-tcp.c192 if (ip6->ip6_nxt == IPPROTO_TCP) {
H A Dprint-udp.c314 if (ip6->ip6_nxt == IPPROTO_UDP) {
/external/libpcap/Win32/Include/
H A Dip6_misc.h97 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
/external/iputils/
H A Dtraceroute6.c845 nexthdr = hip->ip6_nxt;
H A Dping6.c1657 nexthdr = iph1->ip6_nxt;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c4453 ip6h->ip6_nxt = IPPROTO_UDP;
4455 ip6h->ip6_nxt = IPPROTO_SCTP;
11431 ip6->ip6_nxt = IPPROTO_UDP;
11433 ip6->ip6_nxt = IPPROTO_SCTP;

Completed in 90 milliseconds