Lines Matching refs:address
57 * Extract the network address part from a "struct sockaddr".
59 * The address family is given explicitly
62 * not have a valid address family).
96 * address as a kernel internal form. Unfortunately,
99 * We convert the internal format to the pure address
186 char address[33];
203 address, &ifindex, &prefix, &flag3, &flag4, name);
211 if (strlen(address) != 32) {
214 "/proc/net/if_inet6:strlen(%s) != 32", address);
220 byte = ((strchr(hex, address[i * 2]) - hex) << 4) |
221 (strchr(hex, address[i * 2 + 1]) - hex);
226 isc_netaddr_fromin6(&iter->current.address, &addr6);
227 if (isc_netaddr_islinklocal(&iter->current.address)) {
228 isc_netaddr_setzone(&iter->current.address,