/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
H A D | configure | 2087 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 2088 echo "configure:2089: checking for socket in -lsocket" >&5 2089 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` 2101 char socket(); 2104 socket() function 2122 ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 2581 #include <sys/socket.h> 2611 #include <sys/socket.h> 2641 #include <sys/socket [all...] |
/bind-9.6-ESV-R11/contrib/dlz/drivers/ |
H A D | dlz_mysql_driver.c | 789 char *socket = NULL; local 927 socket = getParameterValue(argv[1], "socket="); 942 user, pass, dbname, port, socket, 976 if (socket != NULL) 977 isc_mem_free(ns_g_mctx, socket);
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | interfaceiter.c | 62 int socket; member in struct:isc_interfaceiter 137 * Create an unbound datagram socket to do the 140 if ((iter->socket = socket(AF_INET, SOCK_DGRAM, 0)) < 0) { 146 "making interface scan socket: %s", 165 if (WSAIoctl(iter->socket, SIO_GET_INTERFACE_LIST, 212 /* We don't need the socket any more, so close it */ 213 closesocket(iter->socket); 217 * Create an unbound datagram socket to do the 220 if ((iter->socket [all...] |
H A D | socket.c | 67 #include <isc/socket.h> 112 * Some systems define the socket length argument as an int, some as size_t, 174 SOCK_ACCEPT, /* TCP socket is waiting to accept */ 183 * IPv6 control information. If the socket is an IPv6 socket we want 234 /* Locked by socket lock. */ 243 * Each recv() call uses this buffer. It is a per-socket receive 265 unsigned int listener : 1, /* listener socket */ 494 * Create a private heap to handle the socket overlapped structure 535 * Associate a socket wit 3785 isc_socket_setname(isc_socket_t *socket, const char *name, void *tag) argument 3801 isc_socket_getname(isc_socket_t *socket) argument 3806 isc_socket_gettag(isc_socket_t *socket) argument [all...] |
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | ifiter_ioctl.c | 57 int socket; member in struct:isc_interfaceiter 89 #include <sys/socket.h> 129 if (ioctl(iter->socket, SIOCGIFCONF, (char *)&iter->ifc) 323 * Create an unbound datagram socket to do the SIOCGLIFCONF 324 * ioctl on. HP/UX requires an AF_INET6 socket for 327 if ((iter->socket6 = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) { 334 "scan socket: %s"), 344 if ((iter->socket = socket(AF_INET, SOCK_DGRAM, 0)) < 0) { 351 "scan socket [all...] |
H A D | socket.c | 26 #include <sys/socket.h> 52 #include <isc/socket.h> 121 * allowable socket file descriptor. 159 * bug: DP_POLL ioctl could keep sleeping even if socket I/O is possible for 162 * as follows: the socket watcher is first initialized with the state of 163 * "poll_idle". While it's in the idle state it keeps sleeping until a socket 164 * event occurs. When it wakes up for a socket I/O event, it moves to the 207 * Some systems define the socket length argument as an int, some as size_t, 254 * IPv6 control information. If the socket is an IPv6 socket w 5538 isc_socket_setname(isc_socket_t *socket, const char *name, void *tag) argument 5554 isc_socket_getname(isc_socket_t *socket) argument 5559 isc_socket_gettag(isc_socket_t *socket) argument [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllstub.c | 422 socket(int a0, int a1, int a2) function 427 idnLogPrintf(idn_log_level_trace, "stub socket() called\n"); 431 if ((p = GetProcAddress(DLLHANDLE, "socket")) == NULL) { 432 FATAL("cannot find entry socket (%d)\n", GetLastError());
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllstub.c | 422 socket(int a0, int a1, int a2) function 427 idnLogPrintf(idn_log_level_trace, "stub socket() called\n"); 431 if ((p = GetProcAddress(DLLHANDLE, "socket")) == NULL) { 432 FATAL("cannot find entry socket (%d)\n", GetLastError());
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | request.c | 147 isc_socket_t *socket; local 159 UNUSED(socket); 429 isc_socket_t *socket; local 435 socket = req_getsocket(request); 438 * We could connect the socket when we are using an exclusive dispatch 442 result = isc_socket_sendto(socket, &r, task, req_senddone, 515 isc_socket_t *socket = NULL; local 522 isc_sockettype_tcp, &socket); 529 result = isc_socket_bind(socket, &bind_any, 0); 533 result = isc_socket_bind(socket, 682 isc_socket_t *socket = NULL; local 882 isc_socket_t *socket = NULL; local 1243 isc_socket_t *socket; local 1453 isc_socket_t *socket; local [all...] |
H A D | xfrin.c | 126 isc_socket_t *socket; member in struct:dns_xfrin_ctx 694 isc_socket_cancel(xfr->socket, xfr->task, 699 isc_socket_cancel(xfr->socket, xfr->task, 712 if (xfr->socket != NULL) 713 isc_socket_detach(&xfr->socket); 808 xfr->socket = NULL; 894 &xfr->socket)); 895 isc_socket_setname(xfr->socket, "xfrin", NULL); 897 CHECK(isc_socket_bind(xfr->socket, &xfr->sourceaddr, 900 CHECK(isc_socket_connect(xfr->socket, [all...] |
H A D | dispatch.c | 75 dispsocketlist_t *sock_table; /*%< socket table */ 176 isc_socket_t *socket; member in struct:dispsocket 191 * destination addresses) using the SO_REUSEADDR socket option. 219 * socket events well when using separate dispatch sockets. We use the 223 isc_socket_t *socket; /*%< isc socket attached to */ member in struct:dns_dispatch 689 disp->socket, disp->task[0]); /* XXXX */ 691 if (disp->socket != NULL) 692 isc_socket_detach(&disp->socket); 775 * Find a dispsocket for socket addres 1589 isc_socket_t *socket; local [all...] |
H A D | resolver.c | 771 isc_socket_t *socket; local 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 an 1627 isc_socket_t *socket; local [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | client.c | 169 * If it is a TCP client object, it has a TCP listener socket 172 * If it is a UDP client object, it has a UDP listener socket 307 isc_socket_t *socket; local 309 socket = client->tcpsocket; 311 socket = client->udpsocket; 312 isc_socket_cancel(socket, client->task, 820 isc_socket_t *socket; local 826 socket = client->tcpsocket; 829 socket = client->udpsocket; 853 result = isc_socket_sendto2(socket, [all...] |