/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/ |
H A D | os-ultrix4.h | 38 int socket(int, int, int);
|
H A D | os-sunos4.h | 163 int socket(int, int, int);
|
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/ |
H A D | loc.h | 12 #include <sys/socket.h>
|
H A D | loc_ntoa.c | 96 #include <sys/socket.h>
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | tcpmsg.h | 27 #include <isc/socket.h> 52 * TCP socket. 58 *\li "sock" be a read/write TCP socket. 84 * when an error occurs on the socket.
|
H A D | dispatch.h | 57 #include <isc/socket.h> 88 isc_uint32_t attributes; /*%< mirrored from socket.h */ 105 * The dispatcher is a TCP or UDP socket. 108 * The dispatcher uses an IPv4 or IPv6 socket. 111 * The dispatcher should not listen on the socket. 123 * A separate socket will be used on-demand for each transaction. 344 * Start processing of a TCP dispatch once the socket connects. 379 *\li "sockmgr" be NULL or a valid socket manager. If 'disp' has 419 * Return the socket associated with this dispatcher. 425 *\li The socket th [all...] |
/bind-9.6-ESV-R11/lib/isccc/include/isccc/ |
H A D | ccmsg.h | 41 #include <isc/socket.h> 67 * TCP socket. 73 *\li "sock" be a read/write TCP socket. 99 * readable, or when an error occurs on the socket.
|
/bind-9.6-ESV-R11/lib/lwres/unix/include/lwres/ |
H A D | net.h | 55 #include <sys/socket.h> /* Contractual promise. */
|
/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 | net.c | 70 s = socket(domain, SOCK_STREAM, IPPROTO_TCP); 81 "socket() %s: %s", 153 s = socket(PF_INET6, SOCK_STREAM, 0); 157 "socket() %s: %s", 177 s = socket(PF_INET6, SOCK_DGRAM, 0); 181 "socket() %s: %s", 226 s = socket(PF_INET6, SOCK_DGRAM, IPPROTO_UDP); 230 "socket() %s: %s",
|
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/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 | 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 | 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...] |
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | interfacemgr.h | 53 #include <isc/socket.h> 80 isc_socket_t * tcpsocket; /*%< TCP socket. */
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | lwderror.c | 24 #include <isc/socket.h>
|
H A D | lwdnoop.c | 24 #include <isc/socket.h>
|
/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 | net.c | 127 s = socket(domain, SOCK_STREAM, 0); 143 "socket() %s: %s", 169 "socket from the kernel failed."); 261 s = socket(PF_INET6, SOCK_STREAM, 0); 265 "socket() %s: %s", 284 s = socket(PF_INET6, SOCK_DGRAM, 0); 288 "socket() %s: %s", 334 s = socket(PF_INET6, SOCK_DGRAM, IPPROTO_UDP); 338 "socket() %s: %s",
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | socket.h | 27 /*! \file isc/socket.h 31 * When I/O completes, a completion event for the socket is posted to the 37 * Clients of this module must not be holding a socket's task's lock when 38 * making a call that affects that socket. Failure to follow this rule 82 * In isc_socket_bind() set socket option SO_REUSEADDR prior to calling 229 * How a socket should be shutdown in isc_socket_shutdown() calls. 279 * Create a new file descriptor watch socket managed by 'manager'. 299 * '*socketp' is attached to the newly created fdwatch socket 315 * Create a new 'type' socket managed by 'manager'. 334 * '*socketp' is attached to the newly created 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/lwres/win32/ |
H A D | liblwres.mak | 137 -@erase "$(INTDIR)\socket.obj"
177 "$(INTDIR)\socket.obj" \
241 -@erase "$(INTDIR)\socket.obj"
242 -@erase "$(INTDIR)\socket.sbr"
280 "$(INTDIR)\socket.sbr" \
313 "$(INTDIR)\socket.obj" \
722 SOURCE=.\socket.c
727 "$(INTDIR)\socket.obj" : $(SOURCE) "$(INTDIR)"
733 "$(INTDIR)\socket.obj" "$(INTDIR)\socket [all...] |
/bind-9.6-ESV-R11/contrib/queryperf/missing/ |
H A D | getaddrinfo.c | 32 #include <sys/socket.h> 331 * passive socket -> anyaddr (0.0.0.0 or ::) 332 * non-passive socket -> localhost (127.0.0.1 or ::1) 348 s = socket(afd->a_af, SOCK_DGRAM, 0); 496 s = socket(afdl[i].a_af, SOCK_DGRAM, 0);
|
H A D | getnameinfo.c | 38 #include <sys/socket.h>
|
/bind-9.6-ESV-R11/lib/isc/unix/include/isc/ |
H A D | net.h | 77 #include <sys/socket.h> /* Contractual promise. */ 235 * faking code in socket.c. 287 * Check if the system's kernel supports the IPV6_V6ONLY socket option. 299 * Check if the system's kernel supports the IPV6_(RECV)PKTINFO socket option
|