Home
last modified time | relevance | path

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

/lib/liblwip/test/unit/tcp/
Dtest_tcp.c508 u8_t expected = 0xFE; in test_tcp_tx_full_window_lost() local
518 tx_data[TCP_WND] = expected; in test_tcp_tx_full_window_lost()
520 tx_data[0] = expected; in test_tcp_tx_full_window_lost()
625 EXPECT(sent == expected); in test_tcp_tx_full_window_lost()
/lib/liblwip/doc/
Drawapi.txt506 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).