Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/test/unit/
A Dlwip_check.h14 #define EXPECT_RETNULL(x) EXPECT_RETX(x, NULL) macro
/components/net/lwip/lwip-1.4.1/test/unit/
A Dlwip_check.h14 #define EXPECT_RETNULL(x) EXPECT_RETX(x, NULL) macro
/components/net/lwip/lwip-2.1.2/test/unit/
A Dlwip_check.h14 #define EXPECT_RETNULL(x) EXPECT_RETX(x, NULL) macro
/components/net/lwip/lwip-1.4.1/test/unit/tcp/
A 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()
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
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()
/components/net/lwip/lwip-2.0.3/test/unit/tcp/
A Dtcp_helper.c53 EXPECT_RETNULL(p != NULL); in tcp_create_segment_wnd()
55 EXPECT_RETNULL(p->len >= (sizeof(struct ip_hdr) + sizeof(struct tcp_hdr))); in tcp_create_segment_wnd()
58 EXPECT_RETNULL(p->len > (sizeof(struct ip_hdr) + sizeof(struct tcp_hdr))); in tcp_create_segment_wnd()

Completed in 8 milliseconds