Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 4 of 4) sorted by relevance

/components/net/lwip/lwip-2.1.2/test/unit/core/
A Dtest_timers.c14 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_setup() local
15 old_list_head = *list_head; in timers_setup()
16 *list_head = NULL; in timers_setup()
22 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_teardown() local
23 *list_head = old_list_head; in timers_teardown()
49 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_cyclic_timers() local
80 fail_unless((*list_head)->time == (u32_t)(lwip_sys_now + test_cyclic.interval_ms)); in do_test_cyclic_timers()
130 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_timers() local
142 fail_unless((*list_head)->time == (u32_t)(lwip_sys_now + 5)); in do_test_timers()
143 fail_unless((*list_head)->next->time == (u32_t)(lwip_sys_now + 10)); in do_test_timers()
[all …]
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Digmp.c247 struct igmp_group *list_head = netif_igmp_data(ifp); in igmp_lookup_group() local
266 if (list_head == NULL) { in igmp_lookup_group()
276 group->next = list_head->next; in igmp_lookup_group()
277 list_head->next = group; in igmp_lookup_group()
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Digmp.c247 struct igmp_group *list_head = netif_igmp_data(ifp); in igmp_lookup_group() local
266 if (list_head == NULL) { in igmp_lookup_group()
276 group->next = list_head->next; in igmp_lookup_group()
277 list_head->next = group; in igmp_lookup_group()
/components/lwp/
A Dlwp_signal.c437 static void lwp_signal_notify(rt_slist_t *list_head, lwp_siginfo_t siginfo) in lwp_signal_notify() argument
441 rt_slist_for_each(node, list_head) in lwp_signal_notify()

Completed in 11 milliseconds