Searched refs:ip6_nxt (Results 1 – 18 of 18) sorted by relevance
/external/tcpdump/ |
D | print-ip6.c | 61 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()
|
D | ip6.h | 94 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
|
D | print-icmp6.c | 952 oip->ip6_nxt, dport)); in icmp6_print() 1178 if (!ND_TTEST(ip6->ip6_nxt)) in get_upperlayer() 1181 nh = ip6->ip6_nxt; in get_upperlayer()
|
D | print-pgm.c | 184 if (ip6->ip6_nxt == IPPROTO_PGM) { in pgm_print()
|
D | print-udp.c | 327 if (ip6->ip6_nxt == IPPROTO_UDP) { in udpipaddr_print()
|
D | print-tcp.c | 194 if (ip6->ip6_nxt == IPPROTO_TCP) { in tcp_print()
|
/external/android-clat/ |
D | ipv6.c | 109 ip6->ip6_nxt != IPPROTO_ICMPV6) { in ipv6_packet() 117 protocol = ip6->ip6_nxt; in ipv6_packet() 170 logmsg(ANDROID_LOG_ERROR, "ipv6_packet/unknown next header type: %x", ip6->ip6_nxt); in ipv6_packet()
|
D | translate.c | 165 ip6->ip6_nxt = protocol; in fill_ip6_header() 189 frag_hdr->ip6f_nxt = ip6_targ->ip6_nxt; in maybe_fill_frag_header() 197 ip6_targ->ip6_nxt = IPPROTO_FRAGMENT; in maybe_fill_frag_header()
|
D | clatd_test.cpp | 194 if (ip6->ip6_nxt != IPPROTO_FRAGMENT) { in is_ipv6_fragment() 238 if (ip6->ip6_nxt == IPPROTO_FRAGMENT) { in check_packet() 250 protocol = ip6->ip6_nxt; in check_packet() 373 ip6->ip6_nxt = protocol; in reassemble_packet() 543 protocol = ip6->ip6_nxt; in get_transport_checksum()
|
D | dump.c | 82 printf("next header = %x\n", header->ip6_nxt); in dump_ip6()
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmpv6_sender.c | 278 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()
|
D | ns-icmp_redirector.c | 530 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/ltp/testcases/network/sctp/ |
D | sctp_big_chunk.c | 68 ip6.ip6_nxt = IPPROTO_SCTP; in setup_client()
|
/external/iptables/iptables/ |
D | nft-ipv6.c | 47 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/linux-kselftest/tools/testing/selftests/net/ |
D | ip_defrag.c | 222 ip6hdr->ip6_nxt = IPPROTO_FRAGMENT; in send_udp_frags()
|
/external/iputils/ |
D | traceroute6.c | 845 nexthdr = hip->ip6_nxt; in packet_ok()
|
D | ping6.c | 1655 nexthdr = iph1->ip6_nxt; in parse_reply()
|
/external/toybox/toys/pending/ |
D | traceroute.c | 394 hdr_next = hip->ip6_nxt; in do_trace()
|