Home
last modified time | relevance | path

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

/lib/liblwip/test/unit/tcp/
Dtest_tcp.c131 char data2[] = { 5, 6, 7, 8}; in START_TEST() local
171 err = tcp_write(pcb, data2, sizeof(data2), TCP_WRITE_FLAG_COPY); in START_TEST()
176 …EXPECT_RET(txcounters.num_tx_bytes == sizeof(data2) + sizeof(struct tcp_hdr) + sizeof(struct ip_hd… in START_TEST()