Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ip6.c61 nh = ip6->ip6_nxt; in ip6_finddst()
179 switch (ip6->ip6_nxt) { in nextproto6_cksum()
267 tok2str(ipproto_values,"unknown",ip6->ip6_nxt), in ip6_print()
268 ip6->ip6_nxt, in ip6_print()
281 nh = ip6->ip6_nxt; in ip6_print()
Dip6.h94 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
Dprint-icmp6.c952 oip->ip6_nxt, dport)); in icmp6_print()
1177 if (!ND_TTEST(ip6->ip6_nxt)) in get_upperlayer()
1180 nh = ip6->ip6_nxt; in get_upperlayer()
Dprint-pgm.c185 if (ip6->ip6_nxt == IPPROTO_PGM) { in pgm_print()
Dprint-udp.c327 if (ip6->ip6_nxt == IPPROTO_UDP) { in udpipaddr_print()
Dprint-tcp.c194 if (ip6->ip6_nxt == IPPROTO_TCP) { in tcp_print()
/external/android-clat/
Dipv6.c108 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()
Dtranslate.c163 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()
Dclatd_test.cpp185 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()
Ddump.c81 printf("next header = %x\n",header->ip6_nxt); in dump_ip6()
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c278 pkt.hdr.ip6_nxt = IPPROTO_HOPOPTS; in create_mld_query()
377 pkt.hdr.ip6_nxt = IPPROTO_ICMPV6; in create_echo_request()
664 bitsize = sizeof(pkt->hdr.ip6_nxt) * 8; in thrust_fakes()
666 pkt->hdr.ip6_nxt ^= seed; in thrust_fakes()
680 pkt->hdr.ip6_nxt = number; in thrust_fakes()
Dns-icmp_redirector.c530 sndip6_p->hdr.ip6_nxt = IPPROTO_ICMPV6; in return_neigh_adv()
553 p_ip6.hdr.p_ip6_nxt = sndip6_p->hdr.ip6_nxt; in return_neigh_adv()
632 sndip6_p->hdr.ip6_nxt = IPPROTO_ICMPV6; in return_icmp6_redirect()
655 p_ip6.hdr.p_ip6_nxt = sndip6_p->hdr.ip6_nxt; in return_icmp6_redirect()
696 nxt_hdr = rcvip6_p->hdr.ip6_nxt; in analyze_ip6_datagram()
/external/iptables/iptables/
Dnft-ipv6.c47 add_proto(r, offsetof(struct ip6_hdr, ip6_nxt), 1, in nft_ipv6_add()
162 case offsetof(struct ip6_hdr, ip6_nxt): in nft_ipv6_parse_payload()
/external/iputils/
Dtraceroute6.c845 nexthdr = hip->ip6_nxt; in packet_ok()
Dping6.c1657 nexthdr = iph1->ip6_nxt; in parse_reply()
/external/toybox/toys/pending/
Dtraceroute.c394 hdr_next = hip->ip6_nxt; in do_trace()