/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | tcap.c | 215 int tc_attr (FILE *fp, tc_att_t attr, int on) argument 220 if ( on ) /* turn attributes on ? */ 246 int tc_attr (FILE *fp, tc_att_t attr, int on) argument
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | net.c | 137 int on; local 167 on = 1; 168 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, (const char *)&on, 169 sizeof(on)) < 0) { 191 on = 1; 192 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, (const char *)&on, 193 sizeof(on)) < 0) { 214 int s, on; local 245 on = 1; 246 if (setsockopt(s, IPPROTO_IPV6, optname, (const char *) &on, [all...] |
H A D | socket.c | 20 /* This code uses functions which are only available on Server 2003 and 24 * features to pass on information through the completion port for 102 * resets on UDP sockets. See Microsoft KnowledgeBase Article Q263823 121 * of various network related functions, like recv() and so on. 185 * set them on outgoing packets. 245 * recv_list done events. This means the items on the recv_list 309 * to handle the load on the Completion Port. The actual number 902 * Service Pack 2 or later be installed on the system. NT 4.0 937 * on the buffer linked list for this function to be meaningful. 1338 * The other error types depend on whethe 1435 int on = 1; local 1645 int on = 1; local 3144 int on = 1; local [all...] |
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | entropy.c | 170 * later) is a major issue on HP-UX. 462 int on = 1; local 464 ret = ioctl(fd, FIONBIO, (char *)&on); 475 "ioctl(%d, FIONBIO, &on): %s", fd,
|
H A D | net.c | 161 * Check to see if IPv6 is broken, as is common on Linux. 245 int s, on; local 275 on = 1; 276 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) { 298 on = 1; 299 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) { 322 int s, on; local 353 on [all...] |
H A D | socket.c | 160 * some of the specified FD. The idea is based on the observation that it's 216 * of various network related functions, like recv() and so on. 256 * set them on outgoing packets. 267 * doesn't do it for us, call gettimeofday() on every UDP receive? 601 int on = 1; local 607 (void *)&on, sizeof(on)) < 0) { 796 * This is a wakeup on a socket. If the socket is not in the 895 * Read a message on the internal fd. 948 int on local 2072 int on = 1; local 2096 int on = 1; local 4748 int on = 1; local [all...] |
/bind-9.6-ESV-R11/contrib/queryperf/ |
H A D | queryperf.c | 273 " -p sets the port on which to query the server (default: %s)\n" 290 " -v verbose: report the RCODE of each response on stdout\n" 302 * Return -1 on failure 344 * Return -1 on failure 377 * Set the port on which to contact the server 489 * Returns -1 on failure 535 * Return -1 on failure 719 * Return -1 on failure 720 * Return non-negative integer on success 741 * Return -1 on failur 792 int on = 1; local [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | server.c | 1024 setquerystats(dns_zone_t *zone, isc_mem_t *mctx, isc_boolean_t on) { argument 1029 if (on) { 1399 * XXX950 default to on. 1936 * Set "allow-query-cache", "allow-query-cache-on", 1937 * "allow-recursion", and "allow-recursion-on" acls if 1942 CHECK(configure_view_acl(vconfig, config, "allow-query-cache-on", 1946 "allow-query-cache-on", actx, 1952 CHECK(configure_view_acl(vconfig, config, "allow-recursion-on", 1973 * Set default "allow-recursion", "allow-recursion-on" and 1983 "allow-recursion-on", [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | zone.c | 269 * or "zone transfer in progress" are kept on per-state linked lists 271 * field points at the list the zone is currently on. It the zone 272 * is not on any such list, statelist is NULL. 352 #define DNS_ZONEFLG_DIFFONRELOAD 0x00000800U /*%< generate a journal diff on 380 #define DNS_ZONELOADFLAG_THAW 0x00000002U /* Thaw the zone on successful 2622 * Apply update log, if any, on initial load. 6141 * to do maintenance on it. 9032 * Accept notify requests from non masters if they are on 9847 * Therefore, the on-disk journal is missing 10916 * transfers currently blocked on quot 11558 dns_zone_setstatistics(dns_zone_t *zone, isc_boolean_t on) argument [all...] |