Home | History | Annotate | Download | only in netmgr

Lines Matching refs:outerhandle

361 	isc_nmhandle_attach(handle, &sock->outerhandle);
367 isc__nmhandle_set_manual_timer(sock->outerhandle, true);
369 (void)isc_nmhandle_set_tcp_nodelay(sock->outerhandle, true);
463 if (sock->outerhandle == NULL) {
467 INSIST(VALID_NMHANDLE(sock->outerhandle));
468 transp_sock = sock->outerhandle->sock;
481 if (sock->outerhandle == NULL) {
485 INSIST(VALID_NMHANDLE(sock->outerhandle));
486 transp_sock = sock->outerhandle->sock;
499 if (sock->outerhandle == NULL) {
503 INSIST(VALID_NMHANDLE(sock->outerhandle));
504 transp_sock = sock->outerhandle->sock;
592 if (sock->outerhandle != NULL) {
593 isc_nmhandle_detach(&sock->outerhandle);
679 sock->outerhandle == NULL ||
680 (sock->outerhandle != NULL &&
681 isc__nmsocket_closing(sock->outerhandle->sock));
702 streamdns_handle_incoming_data(sock, sock->outerhandle, NULL, 0);
749 isc_nmhandle_attach(handle, &nsock->outerhandle);
761 isc_nmhandle_detach(&nsock->outerhandle);
767 isc__nmhandle_set_manual_timer(nsock->outerhandle, true);
770 isc_nmhandle_settimeout(nsock->outerhandle, initial);
771 (void)isc_nmhandle_set_tcp_nodelay(nsock->outerhandle, true);
772 streamdns_handle_incoming_data(nsock, nsock->outerhandle, NULL, 0);
918 INSIST(VALID_NMHANDLE(sock->outerhandle));
919 streamdns_handle_incoming_data(sock, sock->outerhandle, NULL, 0);
1013 isc__nm_senddns(sock->outerhandle, &data, streamdns_writecb,
1024 if (sock->outerhandle != NULL) {
1027 isc_nm_read_stop(sock->outerhandle);
1028 isc_nmhandle_close(sock->outerhandle);
1029 isc_nmhandle_detach(&sock->outerhandle);
1075 if (sock->outerhandle != NULL) {
1076 INSIST(VALID_NMHANDLE(sock->outerhandle));
1077 isc_nmhandle_cleartimeout(sock->outerhandle);
1090 if (sock->outerhandle != NULL) {
1091 INSIST(VALID_NMHANDLE(sock->outerhandle));
1092 isc_nmhandle_settimeout(sock->outerhandle, timeout);
1105 if (sock->outerhandle != NULL) {
1106 INSIST(VALID_NMHANDLE(sock->outerhandle));
1107 isc_nmhandle_keepalive(sock->outerhandle, value);
1121 if (sock->outerhandle != NULL) {
1122 INSIST(VALID_NMHANDLE(sock->outerhandle));
1123 isc_nmhandle_setwritetimeout(sock->outerhandle, timeout);
1136 if (sock->outerhandle != NULL) {
1137 INSIST(VALID_NMHANDLE(sock->outerhandle));
1138 return isc_nm_has_encryption(sock->outerhandle);
1153 if (sock->outerhandle != NULL) {
1154 INSIST(VALID_NMHANDLE(sock->outerhandle));
1155 return isc_nm_verify_tls_peer_result_string(sock->outerhandle);
1181 if (sock->outerhandle != NULL) {
1182 if (isc_nm_has_encryption(sock->outerhandle) &&
1199 if (sock->outerhandle == NULL) {
1203 INSIST(VALID_NMHANDLE(sock->outerhandle));
1204 isc__nmsocket_reset(sock->outerhandle->sock);