Lines Matching full:address
84 int h_addrtype; /* host address type */
85 int h_length; /* length of address */
87 #define h_addr h_addr_list[0] /* address, for backward compatibility */
93 int n_addrtype; /* net address type */
117 struct sockaddr *ai_addr; /* binary address */
132 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
137 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
143 #define EAI_NODATA 7 /* no address associated with hostname */
156 #define AI_PASSIVE 0x00000001 /* get address to use bind() */
167 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
168 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */