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

  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr.c 1818 REQUIRE(len <= NM_BIG_BUF);
1822 size_t alloc_len = len < NM_REG_BUF ? NM_REG_BUF : NM_BIG_BUF;
1828 NM_BIG_BUF);
1829 sock->buf_size = NM_BIG_BUF;
netmgr-int.h 94 #define NM_BIG_BUF ISC_NETMGR_TCP_RECVBUF_SIZE * 2
  /src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr-int.h 108 #define NM_BIG_BUF ISC_NETMGR_TCP_RECVBUF_SIZE * 2

Completed in 19 milliseconds