Searched defs:newtcp (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | request.c | 520 create_tcp_dispatch(isc_boolean_t newtcp, isc_boolean_t share, argument 532 if (!newtcp && share) { 545 } else if (!newtcp) { 651 get_dispatch(isc_boolean_t tcp, isc_boolean_t newtcp, isc_boolean_t share, argument 660 result = create_tcp_dispatch(newtcp, share, requestmgr, 748 isc_boolean_t newtcp = ISC_FALSE; local 816 result = get_dispatch(tcp, newtcp, share, requestmgr, 832 if ((options & DNS_REQUESTOPT_FIXEDID) != 0 && !newtcp) { 833 newtcp = ISC_TRUE;
|
Completed in 16 milliseconds