| /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| udp.c | 256 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); 259 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); 269 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_BINDFAIL]); 279 sock->statsindex[STATID_BINDFAIL]); 314 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_BINDFAIL]); 596 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_SENDFAIL]); 616 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_SENDFAIL]); 687 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); 690 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); 699 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_BINDFAIL]) [all...] |
| tcp.c | 149 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); 152 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); 158 sock->statsindex[STATID_BINDFAIL]); 168 sock->statsindex[STATID_CONNECTFAIL]); 171 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_CONNECT]); 267 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_CONNECT]); 554 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); 557 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); 567 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_BINDFAIL]); 576 sock->statsindex[STATID_BINDFAIL]) [all...] |
| tcpdns.c | 115 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); 118 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); 128 sock->statsindex[STATID_BINDFAIL]); 138 sock->statsindex[STATID_CONNECTFAIL]); 141 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_CONNECT]); 230 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_CONNECT]); 520 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); 523 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); 533 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_BINDFAIL]); 542 sock->statsindex[STATID_BINDFAIL]) [all...] |
| netmgr.c | 1242 if (sock->statsindex != NULL) { 1243 isc__nm_decstats(sock->mgr, sock->statsindex[STATID_ACTIVE]); 1478 sock->statsindex = udp4statsindex; 1480 sock->statsindex = udp6statsindex; 1482 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_ACTIVE]); 1489 sock->statsindex = tcp4statsindex; 1491 sock->statsindex = tcp6statsindex; 1493 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_ACTIVE]);
|
| netmgr-int.h | 777 const isc_statscounter_t *statsindex; member in struct:isc_nmsocket
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| socket.c | 338 const isc_statscounter_t *statsindex; member in struct:isc_socket 1539 sock->statsindex[STATID_RECVFAIL]); \ 1548 sock->statsindex[STATID_RECVFAIL]); \ 1578 sock->statsindex[STATID_RECVFAIL]); 1719 sock->statsindex[STATID_SENDFAIL]); \ 1728 sock->statsindex[STATID_SENDFAIL]); \ 1764 sock->statsindex[STATID_SENDFAIL]); 1770 sock->statsindex[STATID_SENDFAIL]); 1827 inc_stats(thread->manager->stats, sock->statsindex[STATID_CLOSE]); 1832 sock->statsindex[STATID_ACTIVE]) [all...] |
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| netmgr.c | 745 sock->statsindex = udp4statsindex; 748 sock->statsindex = udp6statsindex; 766 sock->statsindex = tcp4statsindex; 769 sock->statsindex = tcp6statsindex; 2053 if (sock->statsindex != NULL && sock->worker->netmgr->stats != NULL) { 2055 sock->statsindex[id]); 2064 if (sock->statsindex != NULL && sock->worker->netmgr->stats != NULL) { 2066 sock->statsindex[id]);
|
| netmgr-int.h | 585 const isc_statscounter_t *statsindex; member in struct:isc_nmsocket
|