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

/barrelfish-master/lib/lwip2/src/netif/
H A Dlowpan6.c104 struct lowpan6_reass_helper *lrh, *lrh_temp; local
108 lrh_temp = lrh->next_packet;
114 lrh = lrh_temp;
124 struct lowpan6_reass_helper *lrh_temp; local
129 lrh_temp = reass_list;
130 while (lrh_temp != NULL) {
131 if (lrh_temp->next_packet == lrh) {
132 lrh_temp->next_packet = lrh->next_packet;
135 lrh_temp = lrh_temp
974 struct lowpan6_reass_helper *lrh, *lrh_temp; local
[all...]

Completed in 73 milliseconds