Lines Matching defs:addresses
4278 struct sockaddr_in addresses[2];
4284 memset(&addresses, 0, sizeof(addresses));
4291 addresses[i].sin_family = AF_INET;
4292 addresses[i].sin_addr.s_addr = htonl(INADDR_LOOPBACK);
4293 addresses[i].sin_port = 0; /* kernel chooses port. */
4294 if (PerlSock_bind(sockets[i], (struct sockaddr *) &addresses[i],
4303 if (PerlSock_getsockname(sockets[i], (struct sockaddr *) &addresses[i],
4309 if (PerlSock_connect(sockets[!i], (struct sockaddr *) &addresses[i],
4322 port = addresses[i].sin_port;
4383 || buffer[0] != (unsigned short) addresses[!i].sin_port
4385 || readfrom.sin_family != addresses[!i].sin_family
4386 || readfrom.sin_addr.s_addr != addresses[!i].sin_addr.s_addr
4387 || readfrom.sin_port != addresses[!i].sin_port)
6102 * stack addresses to {function_name, source_file, line_number}.
6277 * addresses to be resolved: atos can either take multiple
6278 * addresses from the command line, or read addresses from
6288 * The problem with batching the addresses, though, would be
6289 * matching the results with the addresses: the parsing of
6347 /* The addresses (program counters) returned by backtrace(). */
6350 /* Retrieved with dladdr() from the addresses returned by backtrace(). */