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

/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_6lowpan_ll.c34 #define ONE_MINUTE ((pico_time)(1000 * 60)) macro
186 (void)pico_timer_add(ONE_MINUTE, ctx_lifetime_check, NULL);
H A Dpico_ipv6_nd.c31 #define ONE_MINUTE ((pico_time)(1000 * 60)) macro
980 new->expire = PICO_TIME_MS() + (pico_time)(ONE_MINUTE * aro->lifetime);
1066 n->expire = PICO_TIME_MS() + (pico_time)(ONE_MINUTE * aro->lifetime);

Completed in 93 milliseconds