Home | History | Annotate | Download | only in netmgr

Lines Matching refs:outerhandle

144  * The socket is closing, outerhandle has been detached, listener is
151 sock->outerhandle == NULL ||
152 !isc__nmsocket_active(sock->outerhandle->sock) ||
153 sock->outerhandle->sock->closing ||
417 INSIST(VALID_NMHANDLE(sock->outerhandle));
421 isc_nm_send(sock->outerhandle, &used_region, tls_senddone, send_req);
788 sock->outerhandle == NULL)
842 REQUIRE(handle == tlssock->outerhandle);
895 isc_result_t result = isc_nmhandle_set_tcp_nodelay(tlssock->outerhandle,
948 isc_nmhandle_attach(handle, &tlssock->outerhandle);
965 isc__nmhandle_set_manual_timer(tlssock->outerhandle, true);
1138 INSIST(VALID_NMHANDLE(sock->outerhandle));
1140 isc_nm_read(sock->outerhandle, tls_readcb, sock);
1149 if (sock->outerhandle != NULL) {
1150 isc_nm_read_stop(sock->outerhandle);
1184 if (sock->outerhandle != NULL) {
1186 isc_nm_read_stop(sock->outerhandle);
1187 isc_nmhandle_close(sock->outerhandle);
1188 isc_nmhandle_detach(&sock->outerhandle);
1305 isc_nmhandle_attach(handle, &tlssock->outerhandle);
1322 isc__nmhandle_set_manual_timer(tlssock->outerhandle, true);
1396 if (sock->outerhandle != NULL) {
1397 INSIST(VALID_NMHANDLE(sock->outerhandle));
1398 isc_nmhandle_cleartimeout(sock->outerhandle);
1411 if (sock->outerhandle != NULL) {
1412 INSIST(VALID_NMHANDLE(sock->outerhandle));
1413 isc_nmhandle_settimeout(sock->outerhandle, timeout);
1426 if (sock->outerhandle != NULL) {
1427 INSIST(VALID_NMHANDLE(sock->outerhandle));
1429 isc_nmhandle_keepalive(sock->outerhandle, value);
1443 if (sock->outerhandle != NULL) {
1444 INSIST(VALID_NMHANDLE(sock->outerhandle));
1446 isc_nmhandle_setwritetimeout(sock->outerhandle, write_timeout);
1455 if (sock->outerhandle != NULL) {
1456 INSIST(VALID_NMHANDLE(sock->outerhandle));
1457 REQUIRE(VALID_NMSOCK(sock->outerhandle->sock));
1458 isc__nmsocket_reset(sock->outerhandle->sock);
1467 if (sock->outerhandle != NULL) {
1468 INSIST(VALID_NMHANDLE(sock->outerhandle));
1469 REQUIRE(VALID_NMSOCK(sock->outerhandle->sock));
1470 return isc__nmsocket_timer_running(sock->outerhandle->sock);
1481 if (sock->outerhandle != NULL) {
1482 INSIST(VALID_NMHANDLE(sock->outerhandle));
1483 REQUIRE(VALID_NMSOCK(sock->outerhandle->sock));
1484 isc__nmsocket_timer_restart(sock->outerhandle->sock);
1493 if (sock->outerhandle != NULL) {
1494 INSIST(VALID_NMHANDLE(sock->outerhandle));
1495 REQUIRE(VALID_NMSOCK(sock->outerhandle->sock));
1496 isc__nmsocket_timer_stop(sock->outerhandle->sock);
1640 if (sock->outerhandle != NULL) {
1641 INSIST(VALID_NMHANDLE(sock->outerhandle));
1646 result = isc_nmhandle_set_tcp_nodelay(sock->outerhandle,