Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:next

65 	ipq.ip_link.next = ipq.ip_link.prev = &ipq.ip_link;
73 * try to reassemble. Process options. Pass to next level.
174 * goto next;
192 for (l = ipq.ip_link.next; l != &ipq.ip_link; l = l->next) {
273 int i, next;
299 fp->frag_link.next = fp->frag_link.prev = &fp->frag_link;
309 for (q = fp->frag_link.next; q != (struct ipasfrag *)&fp->frag_link;
355 next = 0;
356 for (q = fp->frag_link.next; q != (struct ipasfrag*)&fp->frag_link;
358 if (q->ipf_off != next)
360 next += q->ipf_len;
368 q = fp->frag_link.next;
384 q = fp->frag_link.next;
402 ip->ip_len = next;
428 for (q = fp->frag_link.next; q != (struct ipasfrag*)&fp->frag_link; q = p) {
474 l = ipq.ip_link.next;
481 l = l->next;
539 * Record interface address and bring up next address
540 * component. If strictly routed make sure next
559 * Loose routing, and not at next destination