Searched refs:accept (Results 1 - 13 of 13) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/
H A Dnamed07.conf21 acl accept { 10.53.0.2; };
29 allow-query { accept; };
H A Dnamed08.conf21 acl accept { 10.53.0.1; };
29 allow-query { accept; };
H A Dnamed09.conf21 acl accept { 10.53.0.2; };
29 allow-query {! accept; };
H A Dnamed27.conf21 acl accept { 10.53.0.2; };
35 allow-query { accept; };
H A Dnamed28.conf21 acl accept { 10.53.0.1; };
35 allow-query { accept; };
H A Dnamed29.conf21 acl accept { 10.53.0.2; };
35 allow-query {! accept; };
H A Dnamed40.conf21 acl accept { 10.53.0.2; };
88 allow-query { accept; };
100 allow-query { ! accept; };
/bind-9.6-ESV-R11/bin/tests/system/acl/ns2/
H A Dnamed3.conf56 acl accept {
73 allow-transfer { !reject; accept; };
/bind-9.6-ESV-R11/contrib/zkt/examples/views/
H A Dnamed.conf46 dnssec-accept-expired false; /* added since BIND 9.5.0 */
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h55 int accept(int, struct sockaddr *, int *);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c4 accept(SOCKET a0, struct sockaddr* a1, int* a2) function
9 idnLogPrintf(idn_log_level_trace, "stub accept() called\n");
13 if ((p = GetProcAddress(DLLHANDLE, "accept")) == NULL) {
14 FATAL("cannot find entry accept (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c4 accept(SOCKET a0, struct sockaddr* a1, int* a2) function
9 idnLogPrintf(idn_log_level_trace, "stub accept() called\n");
13 if ((p = GetProcAddress(DLLHANDLE, "accept")) == NULL) {
14 FATAL("cannot find entry accept (%d)\n", GetLastError());
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c124 * The API standard doesn't ensure select() accept more than (the system default
818 * We accept (and ignore) any error from unwatch_fd() as we are
2706 * Dispatch an internal accept event.
2807 * Call accept() on a socket, to get the new file descriptor. The listen
2827 const char *err = "accept";
2855 * Get the first item off the accept list.
2865 * Try to accept the new connection. If the accept fails with
2869 * a documented error for accept(). ECONNABORTED has been
2877 fd = accept(soc
[all...]

Completed in 1853 milliseconds