Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/
Dlowpan6.c80 struct lowpan6_reass_helper { struct
81 struct lowpan6_reass_helper *next_packet; argument
93 struct lowpan6_reass_helper *reass_list; argument
128 struct lowpan6_reass_helper *lrh = NULL; in lowpan6_tmr_tick()
129 struct lowpan6_reass_helper *lrh_temp = NULL; in lowpan6_tmr_tick()
313 free_reass_datagram(struct lowpan6_reass_helper *lrh) in free_reass_datagram()
328 dequeue_datagram(struct lowpan6_reass_helper *lrh, struct lowpan6_reass_helper *prev) in dequeue_datagram()
347 struct lowpan6_reass_helper *lrh, *lrh_next, *lrh_prev = NULL; in lowpan6_tmr()
678 struct lowpan6_reass_helper *lrh, *lrh_next, *lrh_prev = NULL; in lowpan6_input()
732 lrh = (struct lowpan6_reass_helper *) mem_malloc(sizeof(struct lowpan6_reass_helper)); in lowpan6_input()