Searched refs:ip6_nxt (Results 1 – 16 of 16) sorted by relevance
108 ip6->ip6_nxt != IPPROTO_ICMPV6) { in ipv6_packet()116 protocol = ip6->ip6_nxt; in ipv6_packet()169 logmsg(ANDROID_LOG_ERROR, "ipv6_packet/unknown next header type: %x", ip6->ip6_nxt); in ipv6_packet()
163 ip6->ip6_nxt = protocol; in fill_ip6_header()187 frag_hdr->ip6f_nxt = ip6_targ->ip6_nxt; in maybe_fill_frag_header()195 ip6_targ->ip6_nxt = IPPROTO_FRAGMENT; in maybe_fill_frag_header()
185 if (ip6->ip6_nxt != IPPROTO_FRAGMENT) { in is_ipv6_fragment()229 if (ip6->ip6_nxt == IPPROTO_FRAGMENT) { in check_packet()241 protocol = ip6->ip6_nxt; in check_packet()365 ip6->ip6_nxt = protocol; in reassemble_packet()539 protocol = ip6->ip6_nxt; in get_transport_checksum()
81 printf("next header = %x\n",header->ip6_nxt); in dump_ip6()
130 tok2str(ipproto_values,"unknown",ip6->ip6_nxt), in ip6_print()131 ip6->ip6_nxt, in ip6_print()144 nh = ip6->ip6_nxt; in ip6_print()
94 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
385 oip->ip6_nxt, dport); in icmp6_print()609 if (!TTEST(ip6->ip6_nxt)) in get_upperlayer()612 nh = ip6->ip6_nxt; in get_upperlayer()
213 if (ip6->ip6_nxt == IPPROTO_PGM) { in pgm_print()
314 if (ip6->ip6_nxt == IPPROTO_UDP) { in udpipaddr_print()
192 if (ip6->ip6_nxt == IPPROTO_TCP) {
80 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
2959 use_udp_tunneling = (ip6->ip6_nxt == IPPROTO_UDP);
97 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
845 nexthdr = hip->ip6_nxt; in packet_ok()
1657 nexthdr = iph1->ip6_nxt; in parse_reply()
4641 ip6h->ip6_nxt = IPPROTO_UDP;4643 ip6h->ip6_nxt = IPPROTO_SCTP;11619 ip6->ip6_nxt = IPPROTO_UDP;11621 ip6->ip6_nxt = IPPROTO_SCTP;