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
39 * Redistribution and use in source and binary forms, with or without
44 * 2. Redistributions in binary form must reproduce the above copyright
45 * notice, this list of conditions and the following disclaimer in the
73 * copyright notice and this permission notice appear in all copies, and that
74 * the name of Digital Equipment Corporation not be used in advertising or
93 * copyright notice and this permission notice appear in all copies.
119 #include <netinet/in.h>
125 inet_ntoa_r(in, b)
126 struct in_addr in;
131 p = (char *)∈
139 inet_ntoa(in)
140 struct in_addr in;
151 return (inet_ntoa_r(in, b));
258 * routine to interpret entries in the data bases
260 * The value returned is in network order.
277 inet_netof(struct in_addr in)
279 uint32_t i = ntohl(in.s_addr);