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

/seL4-camkes-master/projects/picotcp/test/unit/
H A Dunit_ipv4.c15 struct pico_frame *f_NULL = NULL; local
68 fail_if(pico_ipv4_rebound(f_NULL) != -1, "Error rebound frame");
71 fail_if(pico_ipv4_frame_push(f_NULL, dst_NULL, PICO_PROTO_TCP) != -1, "Error push frame");

Completed in 28 milliseconds