Home | History | Annotate | Download | only in netmgr

Lines Matching refs:statichandle

485 	sock->statichandle = NULL;
578 NETMGR_TRACE_LOG("%s:%p->statichandle = %p\n", __func__, sock,
579 sock->statichandle);
586 if (sock->statichandle == NULL && nmsocket_has_active_handles(sock)) {
893 INSIST(sock->statichandle == NULL);
896 * statichandle must be assigned, not attached;
901 sock->statichandle = handle;
986 if (handle == sock->statichandle) {
987 /* statichandle is assigned, not attached. */
988 sock->statichandle = NULL;
1311 isc_nmhandle__attach(sock->statichandle,
1314 isc_nmhandle_attach(sock->statichandle, &req->handle);
1326 if (sock->client && sock->statichandle != NULL) {
1328 isc_nmhandle__attach(sock->statichandle,
1331 isc_nmhandle_attach(sock->statichandle, &req->handle);
2945 "Parent %p, listener %p, server %p, statichandle = "
2947 sock->parent, sock->listener, sock->server, sock->statichandle);