Home
last modified time | relevance | path

Searched refs:ip6_flow (Results 1 – 7 of 7) sorted by relevance

/external/android-clat/
Ddump.c79 printf("traffic class = %x\n", header->ip6_flow >> 20); in dump_ip6()
80 printf("flow label = %x\n", ntohl(header->ip6_flow & 0x000fffff)); in dump_ip6()
/external/tcpdump/
Dip6.h92 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow macro
Dprint-ip6.c249 flow = EXTRACT_32BITS(&ip6->ip6_flow); in ip6_print()
/external/ltp/testcases/network/sctp/
Dsctp_big_chunk.c66 ip6.ip6_flow = htonl(6 << 28 | 2 << 20); in setup_client()
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c276 pkt.hdr.ip6_flow |= 0; in create_mld_query()
375 pkt.hdr.ip6_flow |= 0; in create_echo_request()
Dns-icmp_redirector.c528 sndip6_p->hdr.ip6_flow |= 0; in return_neigh_adv()
630 sndip6_p->hdr.ip6_flow |= 0; in return_icmp6_redirect()
/external/linux-kselftest/tools/testing/selftests/net/
Dip_defrag.c223 ip6hdr->ip6_flow = htonl(6<<28); /* Version. */ in send_udp_frags()