Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/
H A Dlwip_check.h14 #define EXPECT_RETNULL(x) EXPECT_RETX(x, NULL) macro
/third_party/lwip/test/unit/tcp/
H A 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()

Completed in 2 milliseconds