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

  /src/usr.sbin/syslogd/
tls.h 124 unsigned send_queue:1, /* currently sending buffer */ member in struct:tls_conn_settings
syslogd.c 2441 SEND_QUEUE(f);
2542 * they would be writeable and call send_queue() first.
2543 * So we call send_queue() after a successful write,
2547 SEND_QUEUE(f);
2602 SEND_QUEUE(f);
3013 SEND_QUEUE(f);
3459 SEND_QUEUE(f);
4389 send_queue(int fd, short event, void *arg) function in typeref:typename:void
4398 /* use a flag to prevent recursive calls to send_queue() */
4399 if (f->f_un.f_tls.tls_conn->send_queue)
    [all...]
  /src/sys/netinet/
sctp_structs.h 323 struct sctpchunk_listhead send_queue; member in struct:sctp_association

Completed in 15 milliseconds