Searched refs:ip6_nxt (Results 1 – 14 of 14) 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()536 protocol = ip6->ip6_nxt; in get_transport_checksum()
81 printf("next header = %x\n",header->ip6_nxt); in dump_ip6()
128 tok2str(ipproto_values,"unknown",ip6->ip6_nxt), in ip6_print()129 ip6->ip6_nxt, in ip6_print()142 nh = ip6->ip6_nxt; in ip6_print()
94 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
971 oip->ip6_nxt, dport)); in icmp6_print()1196 if (!ND_TTEST(ip6->ip6_nxt)) in get_upperlayer()1199 nh = ip6->ip6_nxt; in get_upperlayer()
202 if (ip6->ip6_nxt == IPPROTO_PGM) { in pgm_print()
303 if (ip6->ip6_nxt == IPPROTO_UDP) { in udpipaddr_print()
194 if (ip6->ip6_nxt == IPPROTO_TCP) {
95 #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()
394 hdr_next = hip->ip6_nxt; in do_trace()