HomeSort by: relevance | last modified time | path
    Searched refs:advertised (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/bin/tests/system/keepalive/ns2/
named.conf.j2 33 tcp-advertised-timeout 150;
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
netmgr.h 414 uint32_t keepalive, uint32_t advertised);
438 uint32_t *keepalive, uint32_t *advertised);
440 * Gets the initial, idle, keepalive, or advertised timeout values,
  /src/external/mpl/bind/dist/lib/isc/include/isc/
netmgr.h 545 uint32_t keepalive, uint32_t advertised);
580 uint32_t *keepalive, uint32_t *advertised);
582 * Gets the initial, idle, keepalive, or advertised timeout values,
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr.c 322 atomic_init(&mgr->advertised, 30000);
637 uint32_t keepalive, uint32_t advertised) {
643 atomic_store(&mgr->advertised, advertised);
666 uint32_t *keepalive, uint32_t *advertised) {
681 if (advertised != NULL) {
682 *advertised = atomic_load(&mgr->advertised);
netmgr-int.h 691 * and tcp-advertised-timeout. Note that these are stored in
698 atomic_uint_fast32_t advertised; member in struct:isc_nm
  /src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr.c 210 atomic_init(&netmgr->advertised, 30000);
366 uint32_t keepalive, uint32_t advertised) {
372 atomic_store_relaxed(&mgr->advertised, advertised);
404 uint32_t *keepalive, uint32_t *advertised) {
413 SET_IF_NOT_NULL(advertised, atomic_load_relaxed(&mgr->advertised));
netmgr-int.h 355 * and tcp-advertised-timeout. Note that these are stored in
362 atomic_uint_fast32_t advertised; member in struct:isc_nm
  /src/external/mpl/bind/dist/bin/named/
server.c 172 * milliseconds, so the maximum and minimum advertised and keepalive
8431 uint64_t initial, idle, keepalive, advertised; local
8759 result = named_config_get(maps, "tcp-advertised-timeout", &obj);
8761 advertised = cfg_obj_asuint32(obj) * 100;
8762 if (advertised > MAX_ADVERTISED_TIMEOUT) {
8767 advertised = MAX_ADVERTISED_TIMEOUT;
8771 advertised);
16549 uint32_t initial, idle, keepalive, advertised; local
16559 &advertised);
16603 CHECK(isc_parse_uint32(&advertised, ptr, 10))
    [all...]
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 864 % this is not advertised and we don't care. Texinfo does not
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 1050 % this is not advertised and we don't care. Texinfo does not
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 1042 % this is not advertised and we don't care. Texinfo does not
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 1042 % this is not advertised and we don't care. Texinfo does not
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 2814 % particular reason), but this is not advertised and we don't care.
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 2814 % particular reason), but this is not advertised and we don't care.
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 1117 % this is not advertised and we don't care. Texinfo does not
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 2812 % particular reason), but this is not advertised and we don't care.
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 1117 % this is not advertised and we don't care. Texinfo does not
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 1117 % this is not advertised and we don't care. Texinfo does not
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 2814 % particular reason), but this is not advertised and we don't care.
  /src/external/gpl3/gdb/dist/texinfo/
texinfo.tex 1117 % this is not advertised and we don't care. Texinfo does not
  /src/external/gpl3/gdb.old/dist/texinfo/
texinfo.tex 1117 % this is not advertised and we don't care. Texinfo does not
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 2814 % particular reason), but this is not advertised and we don't care.
  /src/external/lgpl3/mpc/dist/doc/
texinfo.tex 2814 % particular reason), but this is not advertised and we don't care.
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 3252 % particular reason), but this is not advertised and we don't care.
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 3252 % particular reason), but this is not advertised and we don't care.

Completed in 197 milliseconds

1 2