Lines Matching defs:in
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
45 htonll(uint64_t in)
47 return (in);
51 ntohll(uint64_t in)
53 return (in);
57 htonl(uint32_t in)
59 return (in);
63 ntohl(uint32_t in)
65 return (in);
69 htons(uint16_t in)
71 return (in);
75 ntohs(uint16_t in)
77 return (in);