Searched defs:IPv6 (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits
25 no well-defined API to manage IPv6 flow information. In this document
26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
101 one justification existed, IPv6 address alignment left 4 byte
118 Another problem is Linux specific. Historically Linux IPv6 did not
135 By default Linux IPv6 does not read \verb|sin6_flowinfo| field
168 \paragraph{Note about IPv6 options and destination address.}
169 \addcontentsline{toc}{subsection}{IPv6 option
[all...]
/external/smack/src/org/xbill/DNS/
H A DAddress.java18 public static final int IPv6 = 2; field in class:Address
196 else if (family == IPv6)
291 * The address can be either IPv4 or IPv6.
302 bytes = toByteArray(addr, IPv6);
312 * @param family The address family, either IPv4 or IPv6.
319 if (family != IPv4 && family != IPv6)
347 * @return The family, either IPv4 or IPv6.
354 return IPv6;
360 * @param family The address family, either IPv4 or IPv6.
367 if (family == IPv6)
[all...]
H A DIPSECKEYRecord.java31 public static final int IPv6 = 2; field in class:IPSECKEYRecord.Gateway
76 case Gateway.IPv6:
79 "must be an IPv6 " +
110 case Gateway.IPv6:
138 case Gateway.IPv6:
139 gateway = st.getAddress(Address.IPv6);
164 case Gateway.IPv6:
218 case Gateway.IPv6:

Completed in 3652 milliseconds