Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/
H A Dlowpan6.c128 struct lowpan6_reass_helper *lrh = NULL; in lowpan6_tmr_tick() local
132 lrh = lowpan6_data.reass_list; in lowpan6_tmr_tick()
133 while (lrh != NULL) { in lowpan6_tmr_tick()
134 lrh_temp = lrh->next_packet; in lowpan6_tmr_tick()
135 if (lrh->timer > 0) { in lowpan6_tmr_tick()
136 SET_TMR_TICK(tick, lrh->timer); in lowpan6_tmr_tick()
138 lrh = lrh_temp; in lowpan6_tmr_tick()
313 free_reass_datagram(struct lowpan6_reass_helper *lrh) in free_reass_datagram() argument
315 if (lrh->reass) { in free_reass_datagram()
316 pbuf_free(lrh in free_reass_datagram()
328 dequeue_datagram(struct lowpan6_reass_helper *lrh, struct lowpan6_reass_helper *prev) dequeue_datagram() argument
347 struct lowpan6_reass_helper *lrh, *lrh_next, *lrh_prev = NULL; lowpan6_tmr() local
678 struct lowpan6_reass_helper *lrh, *lrh_next, *lrh_prev = NULL; lowpan6_input() local
[all...]

Completed in 2 milliseconds