Lines Matching refs:outbuf
380 static ctx_buffer outbuf[2];
456 if (outbuf[0].ctx == ctx) {
457 buf = &outbuf[0];
458 } else if (outbuf[1].ctx == ctx) {
459 buf = &outbuf[1];
865 outbuf[0].ctx = &server_fd;
866 outbuf[0].description = "S <- C";
867 outbuf[0].num_datagrams = 0;
868 outbuf[0].len = 0;
870 outbuf[1].ctx = &client_fd;
871 outbuf[1].description = "S -> C";
872 outbuf[1].num_datagrams = 0;
873 outbuf[1].len = 0;
881 max_wait_server = ctx_buffer_time_remaining(&outbuf[0]);
882 max_wait_client = ctx_buffer_time_remaining(&outbuf[1]);
887 ctx_buffer_flush(&outbuf[0]);
893 ctx_buffer_flush(&outbuf[1]);