Home
last modified time | relevance | path

Searched refs:iocount_t (Results 1 – 5 of 5) sorted by relevance

/dports/net/dante/dante-1.4.3/include/
H A Dmonitor.h59 iocount_t send;
60 iocount_t recv;
H A Dsockd.h2083 } iocount_t; typedef
2117 iocount_t client_read;
2118 iocount_t client_written; /* written to client. */
2123 iocount_t target_read;
2124 iocount_t target_written;
2151 iocount_t read; /* read from socket s. */
2152 iocount_t written; /* written to socket s. */
2508 const iocount_t *internal_read, const iocount_t *internal_written,
2509 const iocount_t *external_read, const iocount_t *external_written,
/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_udp.c200 iocount_t src_read = io->src.read,
319 iocount_t src_read = io->src.read,
H A Dsockd_io.c3443 const iocount_t *i_read;
3444 const iocount_t *i_written;
3445 const iocount_t *e_read;
3446 const iocount_t *e_written;
3452 const iocount_t zero = { 0 };
H A Dsockd_tcp.c88 iocount_t src_read = io->src.read,