Lines Matching +full:address +full:- +full:address +full:- +full:data
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 .\".ds RH "Address representation
33 \s+2Internal address representation\s0
35 Common to all portions of the system are two data structures.
37 addresses and various data objects.
42 short sa_family; /* data format identifier */
43 char sa_data[14]; /* address */
46 All addresses belong to one or more \fIaddress families\fP
48 The \fIsa_family\fP field indicates the address family to which the address
49 belongs, and the \fIsa_data\fP field contains the actual data value.
50 The size of the data field, 14 bytes, was selected based on a study
51 of current address formats.*
52 Specific address formats use private structure definitions
53 that define the format of the data field.
54 The system interface supports larger address structures,
55 although address-family-independent support facilities, for example routing
56 and raw socket interfaces, provide only 14 bytes for address storage.
58 may use larger data areas.