Searched refs:outbuf (Results 1 – 3 of 3) sorted by relevance
380 static ctx_buffer outbuf[2]; variable456 if (outbuf[0].ctx == ctx) { in dispatch_data()457 buf = &outbuf[0]; in dispatch_data()458 } else if (outbuf[1].ctx == ctx) { in dispatch_data()459 buf = &outbuf[1]; in dispatch_data()865 outbuf[0].ctx = &server_fd; in main()866 outbuf[0].description = "S <- C"; in main()867 outbuf[0].num_datagrams = 0; in main()868 outbuf[0].len = 0; in main()870 outbuf[1].ctx = &client_fd; in main()[all …]
150 char outbuf[sizeof(struct tcphdr) + optlen]; in tcp_twrespond() local151 nth = (struct tcphdr*) &outbuf[0]; in tcp_twrespond()168 otMessageWrite(message, 0, outbuf, sizeof(struct tcphdr) + optlen); in tcp_twrespond()
1018 char outbuf[sizeof(struct tcphdr) + TCP_MAXOLEN]; in tcp_output() local1019 th = (struct tcphdr*) (&outbuf[0]); in tcp_output()1214 otMessageWrite(message, 0, outbuf, sizeof(struct tcphdr) + optlen); in tcp_output()