HomeSort by: relevance | last modified time | path
    Searched defs:rsock (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
udp.c 498 isc_nmsocket_t *rsock = NULL; local
524 rsock = sock;
536 rsock = sock;
543 rsock = &sock->parent->children[ntid];
548 uvreq = isc__nm_uvreq_get(rsock->mgr, rsock);
557 if (isc_nm_tid() == rsock->tid) {
558 REQUIRE(rsock->tid == isc_nm_tid());
559 isc__netievent_udpsend_t ievent = { .sock = rsock,
566 isc__nm_get_netievent_udpsend(sock->mgr, rsock);
    [all...]
netmgr.c 1180 isc_nmsocket_t *rsock = NULL; local
1183 rsock = sock->parent;
1184 INSIST(rsock->parent == NULL); /* sanity check */
1186 rsock = sock;
1191 rsock, isc_refcount_current(&rsock->references) + 1);
1193 isc_refcount_increment0(&rsock->references);
1407 isc_nmsocket_t *sock = *sockp, *rsock = NULL; local
1415 rsock = sock->parent;
1416 INSIST(rsock->parent == NULL); /* Sanity check *
    [all...]
  /src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr.c 413 isc_nmsocket_t *rsock = NULL; local
416 rsock = sock->parent;
417 INSIST(rsock->parent == NULL); /* sanity check */
419 rsock = sock;
424 rsock, isc_refcount_current(&rsock->references) + 1);
426 isc_refcount_increment0(&rsock->references);
646 isc_nmsocket_t *sock = *sockp, *rsock = NULL; local
654 rsock = sock->parent;
655 INSIST(rsock->parent == NULL); /* Sanity check *
    [all...]

Completed in 24 milliseconds