Searched defs:PICO_TREE_DECLARE (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/picotcp/include/
H A Dpico_tree.h14 #define PICO_TREE_DECLARE(name, compareFunction) \ macro
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_ipfilter.c56 static PICO_TREE_DECLARE(filter_tree, &filter_compare); variable
H A Dpico_mdns.c241 static PICO_TREE_DECLARE(Cache, &pico_mdns_record_cmp); variable
245 static PICO_TREE_DECLARE(MyRecords, &pico_mdns_record_cmp_name_type); variable
248 static PICO_TREE_DECLARE(Cookies, &pico_mdns_cookie_cmp); variable

Completed in 40 milliseconds