HomeSort by: relevance | last modified time | path
    Searched defs:advertised (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/netmgr/
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/dhcp/bind/dist/lib/isc/netmgr/
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/bin/named/
server.c 170 * milliseconds, so the maximum and minimum advertised and keepalive
8445 uint64_t initial, idle, keepalive, advertised; local
8773 result = named_config_get(maps, "tcp-advertised-timeout", &obj);
8775 advertised = cfg_obj_asuint32(obj) * 100;
8776 if (advertised > MAX_ADVERTISED_TIMEOUT) {
8781 advertised = MAX_ADVERTISED_TIMEOUT;
8785 advertised);
16573 uint32_t initial, idle, keepalive, advertised; local
16583 &advertised);
16627 CHECK(isc_parse_uint32(&advertised, ptr, 10))
    [all...]

Completed in 40 milliseconds