Home
last modified time | relevance | path

Searched refs:outbuf (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/test/
Dudp_proxy.c380 static ctx_buffer outbuf[2]; variable
456 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 …]
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_timewait.c150 char outbuf[sizeof(struct tcphdr) + optlen]; in tcp_twrespond() local
151 nth = (struct tcphdr*) &outbuf[0]; in tcp_twrespond()
168 otMessageWrite(message, 0, outbuf, sizeof(struct tcphdr) + optlen); in tcp_twrespond()
Dtcp_output.c1018 char outbuf[sizeof(struct tcphdr) + TCP_MAXOLEN]; in tcp_output() local
1019 th = (struct tcphdr*) (&outbuf[0]); in tcp_output()
1214 otMessageWrite(message, 0, outbuf, sizeof(struct tcphdr) + optlen); in tcp_output()