Lines Matching refs:address
48 * Extract the network address part from a "struct sockaddr".
50 * The address family is given explicitly
53 * not have a valid address family).
87 * address as a kernel internal form. Unfortunately,
90 * We convert the internal format to the pure address
177 char address[33];
194 address, &ifindex, &prefix, &flag3, &flag4, name);
202 if (strlen(address) != 32) {
205 "/proc/net/if_inet6:strlen(%s) != 32", address);
211 byte = ((strchr(hex, address[i * 2]) - hex) << 4) |
212 (strchr(hex, address[i * 2 + 1]) - hex);
217 isc_netaddr_fromin6(&iter->current.address, &addr6);
218 if (isc_netaddr_islinklocal(&iter->current.address)) {
219 isc_netaddr_setzone(&iter->current.address,