Lines Matching full:addresses
42 locate and construct network addresses when using the
47 to manipulate network addresses. While the 4.4BSD networking
61 into network \fIaddresses\fP which are not necessarily suitable
77 to network addresses, network names to network numbers,
95 char **h_addr_list; /* list of addresses, null terminated */
103 maps Internet host addresses into a \fIhostent\fP structure.
108 variable length address. This list of addresses is
110 for a host to have many addresses, all having the same name.
112 and is defined to be the first address in the list of addresses
122 The nameserver version may return alternate addresses,
126 addresses by the use of a standard NS \fIClearinghouse service\fP,
128 for mapping NS names to addresses via a Clearinghouse are
217 into your code), or by querying the Clearinghouse for addresses.
295 with addresses. This allows
299 addresses when naming services and sockets there will always some
314 names and addresses. Table 1 summarizes the routines
316 swapping of network addresses and values.
339 system expects addresses to be supplied in network order (aka ``big-endian'' order). On
344 library routines which return network addresses provide them
347 byte swapping problem only when \fIinterpreting\fP network addresses.