Lines Matching defs:socket
771 isc_socket_t *socket;
881 * Check for any outstanding socket events. If they exist, cancel
895 socket = dns_dispatch_getentrysocket(query->dispentry);
896 if (socket != NULL)
897 isc_socket_cancel(socket, NULL,
905 socket = dns_dispatch_getentrysocket(query->dispentry);
907 socket = dns_dispatch_getsocket(query->dispatch);
908 if (socket != NULL)
909 isc_socket_cancel(socket, NULL, ISC_SOCKCANCEL_SEND);
1358 * If this is a TCP query, then we need to make a socket and
1484 * XXXRTH Should we attach to the socket?
1627 isc_socket_t *socket;
1925 socket = dns_dispatch_getentrysocket(query->dispentry);
1927 socket = dns_dispatch_getsocket(query->dispatch);
1934 result = isc_socket_connect(socket, address, task,
1949 result = isc_socket_sendto(socket, &r, task, resquery_senddone,
2067 * to the socket anymore.
6528 * socket, mark the server as bad so that we won't try