Searched refs:isc__nmsocket_attach (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
H A D | netmgr-int.h | 150 #define isc__nmsocket_attach(sock, target) \ macro 172 #define isc__nmsocket_attach(sock, target) isc___nmsocket_attach(sock, target) macro 425 isc__nmsocket_attach(sock, &ievent->sock); \ 455 isc__nmsocket_attach(sock, &ievent->sock); \ 489 isc__nmsocket_attach(sock, &ievent->sock); \ 521 isc__nmsocket_attach(sock, &ievent->sock); \ 553 isc__nmsocket_attach(sock, &ievent->sock); \
|
H A D | tcpdns.c | 509 isc__nmsocket_attach(sock, &(isc_nmsocket_t *){ NULL }); in isc__nm_async_tcpdnslisten() 972 isc__nmsocket_attach(ssock, &csock->server); in accept_connection() 1436 isc__nmsocket_attach(sock, &tsock); in isc__nm_tcpdns_shutdown()
|
H A D | tcp.c | 543 isc__nmsocket_attach(sock, &(isc_nmsocket_t *){ NULL }); in isc__nm_async_tcplisten() 988 isc__nmsocket_attach(ssock, &csock->server); in accept_connection() 1400 isc__nmsocket_attach(sock, &tsock); in isc__nm_tcp_shutdown()
|
H A D | udp.c | 245 isc__nmsocket_attach(sock, &(isc_nmsocket_t *){ NULL }); in isc__nm_async_udplisten()
|
H A D | netmgr.c | 2739 isc__nmsocket_attach(sock, &(isc_nmsocket_t *){ NULL }); in isc__nmsocket_reset()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/ |
H A D | netmgr-int.h | 175 #define isc__nmsocket_attach(sock, target) \ 197 #define isc__nmsocket_attach(sock, target) isc___nmsocket_attach(sock, target) 168 #define isc__nmsocket_attach( global() macro 190 #define isc__nmsocket_attach( global() macro
|
H A D | tlsstream.c | 349 isc__nmsocket_attach(sock, &(isc_nmsocket_t *){ NULL }); in tls_try_handshake() 402 isc__nmsocket_attach(sock, &send_req->tlssock); in tls_do_bio() 921 isc__nmsocket_attach(tlslistensock, &tlssock->server); in isc__nm_tls_resumeread() 937 isc__nmsocket_attach(handle->sock, &tlssock->listener); in tls_close_direct() 1016 isc__nmsocket_attach(tlssock->outer, &tsock); in isc_nm_tlsconnect() 1020 isc__nmsocket_attach(tlssock, &tlssock->outer->tlsstream.tlslistener); in isc_nm_tlsconnect()
|
H A D | tcpdns.c |
|
H A D | tcp.c | 327 isc__nmsocket_attach(sock, &(isc_nmsocket_t *){ NULL }); in isc_nm_tcpconnect() 546 isc__nmsocket_attach(ssock, &csock->server); in isc__nm_async_tcplisten() 854 isc__nmsocket_attach(csock, &(isc_nmsocket_t *){ NULL }); in isc__nm_tcp_resumeread() 1295 isc__nmsocket_attach(sock, &tsock); in stop_tcp_parent()
|
H A D | tlsdns.c |
|
H A D | http.c | 413 isc__nmsocket_attach(sock, &stream->httpsock); in new_http_cstream() 2494 isc__nmsocket_attach(httpserver, &session->serversocket); in isc_nm_listenhttp() 2757 isc__nmsocket_attach(sock, &(isc_nmsocket_t *){ NULL }); in isc__nm_http_close() 3003 isc__nmsocket_attach(listener, &data->listener); in isc__nm_async_httpendpoints()
|
H A D | udp.c | 123 isc__nmsocket_attach(sock, &(isc_nmsocket_t *){ NULL }); in start_udp_child()
|
H A D | netmgr.c | 422 NETMGR_TRACE_LOG("isc__nmsocket_attach():%p->references = %" PRIuFAST32 in isc_nm_pause() 1957 isc__nmsocket_attach(sock, &(isc_nmsocket_t *){ NULL }); in isc__nm_failed_send_cb() 2499 isc__nmsocket_attach(listener, &data->listener);
|