Home | History | Annotate | Download | only in netmgr

Lines Matching refs:statichandle

1246 	sock->statichandle = NULL;
1336 if (active_handles == 0 || sock->statichandle != NULL) {
1340 NETMGR_TRACE_LOG("%s:%p->active_handles = %d, .statichandle = %p\n",
1341 __func__, sock, active_handles, sock->statichandle);
1621 INSIST(sock->statichandle == NULL);
1624 * statichandle must be assigned, not attached;
1629 sock->statichandle = handle;
1784 if (handle == sock->statichandle) {
1785 /* statichandle is assigned, not attached. */
1786 sock->statichandle = NULL;
2076 isc_nmhandle_attach(sock->statichandle, &req->handle);
2080 isc_nmhandle_attach(sock->statichandle, &req->handle);
3367 "Parent %p, listener %p, server %p, statichandle = "
3369 sock->parent, sock->listener, sock->server, sock->statichandle);