Home
last modified time | relevance | path

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

/lib/liblwip/test/unit/
Dlwip_check.h14 #define EXPECT_RETNULL(x) EXPECT_RETX(x, NULL) macro
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c51 EXPECT_RETNULL(p != NULL); in tcp_create_segment_wnd()
53 EXPECT_RETNULL(p->len >= (sizeof(struct ip_hdr) + sizeof(struct tcp_hdr))); in tcp_create_segment_wnd()
56 EXPECT_RETNULL(p->len > (sizeof(struct ip_hdr) + sizeof(struct tcp_hdr))); in tcp_create_segment_wnd()