Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/tcp/
Dtcp_helper.c58 EXPECT_RETNULL(p != NULL); in tcp_create_segment_wnd()
60 EXPECT_RETNULL(p->len >= (sizeof(struct ip_hdr) + sizeof(struct tcp_hdr))); in tcp_create_segment_wnd()
63 EXPECT_RETNULL(p->len > (sizeof(struct ip_hdr) + sizeof(struct tcp_hdr))); in tcp_create_segment_wnd()
/third_party/lwip/test/unit/
Dlwip_check.h14 #define EXPECT_RETNULL(x) EXPECT_RETX(x, NULL) macro