Lines Matching +full:separately +full:- +full:defined
1 /* SPDX-License-Identifier: GPL-2.0 */
86 * fragment is a four-byte header followed by 0 to (2**31) - 1 bytes of
89 * encodes two values -- a boolean which indicates whether the fragment
91 * is the last fragment) and a 31-bit unsigned binary value which is the
93 * highest-order bit of the header; the length is the 31 low-order bits.
105 #define RPC_MAX_FRAGMENT_SIZE ((1U << 31) - 1)
109 * size computed separately, see below)
144 * Well-known netids. See:
146 * https://www.iana.org/assignments/rpc-netids/rpc-netids.xhtml
160 * netid string, but all currently defined netid's fit in 5 bytes.
173 * US-ASCII string:
179 * Assuming big-endian ordering, h1, h2, h3, and h4, are respectively,
180 * the first through fourth octets each converted to ASCII-decimal.
181 * Assuming big-endian ordering, p1 and p2 are, respectively, the first
182 * and second octets each converted to ASCII-decimal. For example, if a
183 * host, in big-endian order, has an address of 0x0A010307 and there is
190 * US-ASCII string:
197 * representing an IPv6 address as defined in Section 2.2 of [RFC2373].