/external/kernel-headers/original/uapi/linux/ |
ip6_tunnel.h | 28 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member in struct:ip6_tnl_parm 40 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member in struct:ip6_tnl_parm2
|
in6.h | 102 * Note that this are in host byte order while the flowinfo field of
|
/external/iproute2/include/linux/ |
ip6_tunnel.h | 28 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member in struct:ip6_tnl_parm
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
ip6_tunnel.h | 26 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member in struct:ip6_tnl_parm
|
in6.h | 97 * Note that this are in host byte order while the flowinfo field of
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
ip6_tunnel.h | 26 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member in struct:ip6_tnl_parm
|
in6.h | 97 * Note that this are in host byte order while the flowinfo field of
|
/bionic/libc/kernel/uapi/linux/ |
ip6_tunnel.h | 40 __be32 flowinfo; member in struct:ip6_tnl_parm 54 __be32 flowinfo; member in struct:ip6_tnl_parm2
|
/development/ndk/platforms/android-L/include/linux/ |
ip6_tunnel.h | 40 __be32 flowinfo; member in struct:ip6_tnl_parm 54 __be32 flowinfo; member in struct:ip6_tnl_parm2
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
ip6_tunnel.h | 40 __be32 flowinfo; member in struct:ip6_tnl_parm 54 __be32 flowinfo; member in struct:ip6_tnl_parm2
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
ip6_tunnel.h | 40 __be32 flowinfo; member in struct:ip6_tnl_parm 54 __be32 flowinfo; member in struct:ip6_tnl_parm2
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
ip6_tunnel.h | 40 __be32 flowinfo; member in struct:ip6_tnl_parm 54 __be32 flowinfo; member in struct:ip6_tnl_parm2
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
ip6_tunnel.h | 40 __be32 flowinfo; member in struct:ip6_tnl_parm 54 __be32 flowinfo; member in struct:ip6_tnl_parm2
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
ip6_tunnel.h | 40 __be32 flowinfo; member in struct:ip6_tnl_parm 54 __be32 flowinfo; member in struct:ip6_tnl_parm2
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
ip6_tunnel.h | 40 __be32 flowinfo; member in struct:ip6_tnl_parm 54 __be32 flowinfo; member in struct:ip6_tnl_parm2
|
/external/iproute2/ip/ |
ip6tunnel.c | 94 __u32 val = ntohl(p->flowinfo & IP6_FLOWINFO_TCLASS); 101 printf(" flowlabel 0x%05x", ntohl(p->flowinfo & IP6_FLOWINFO_FLOWLABEL)); 103 printf(" (flowinfo 0x%08x)", ntohl(p->flowinfo)); 180 p->flowinfo |= htonl((__u32)uval << 20) & IP6_FLOWINFO_TCLASS; 194 p->flowinfo |= htonl(uval) & IP6_FLOWINFO_FLOWLABEL; 256 (!(p1->flowinfo & IP6_FLOWINFO_TCLASS) || 257 !((p1->flowinfo ^ p2->flowinfo) & IP6_FLOWINFO_TCLASS)) && 258 (!(p1->flowinfo & IP6_FLOWINFO_FLOWLABEL) | [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 109 and have to mangle it, even if we are not interested in flowinfo subtleties. 150 initialize it to zero. If user wants to get received flowinfo, he 152 flowinfo as ancillary data object of type \verb|IPV6_FLOWINFO| 160 Flowinfo received and latched by a connected TCP socket also may be fetched 165 may be used as alternative way to send flowinfo with \verb|sendmsg()| or 367 perror ("can't send flowinfo");
|
/frameworks/base/core/java/android/os/ |
CommonTimeUtils.java | 209 int flowinfo = reply.readInt(); local
|
/external/iputils/ |
ping6.c | 740 fprintf(stderr, "ping: Invalid flowinfo %s\n", optarg); 1245 perror ("can't send flowinfo"); 1249 fprintf(stderr, "Flowinfo is not supported.\n"); [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/ipsec-tools/src/libipsec/ |
key_debug.c | 805 printf(" flowinfo=0x%08x, scope_id=0x%08x\n",
|
/external/ipsec-tools/src/racoon/ |
sockmisc.c | 580 /* flowinfo for IKE? mmm, maybe useful but for now make it 0 */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_socket.so | |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/ |
ecj-4.2.2-sources.jar | |
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_output.c | 4512 uint32_t flowlabel, flowinfo; local [all...] |