Searched refs:next (Results 51 – 64 of 64) sorted by relevance
123
88 struct lwip_select_cb *next; member1123 select_cb.next = NULL;1140 select_cb.next = select_cb_list;1198 if (select_cb.next != NULL) {1199 select_cb.next->prev = select_cb.prev;1203 select_cb_list = select_cb.next;1206 select_cb.prev->next = select_cb.next;1322 for (scb = select_cb_list; scb != NULL; scb = scb->next) {
82 struct snmp_varbind *next; member
138 struct netif *next; member
157 type *next; /* for the linked list */ \
165 struct mib_list_node *next; member
136 for (netif = netif_list; netif != NULL; netif = netif->next) { in ip_route()437 netif = netif->next;440 netif = netif->next;
467 netif = netif->next; in autoip_tmr()
358 netif = netif->next; in dhcp_coarse_tmr()389 netif = netif->next; in dhcp_fine_tmr()1371 q = q->next; in dhcp_parse_reply()1390 len = (q->next != NULL ? ((u8_t*)q->next->payload)[0] : 0); in dhcp_parse_reply()1480 q = q->next; in dhcp_parse_reply()
708 for(b = nb; b != NULL; b = b->next) { in nPut()744 nb->next = tb; in pppAppend()913 for(p = pb; p; p = p->next) { in pppifOutput()1583 for(b = p, pl = q->payload; b != NULL; b = b->next) { in pppSingleBuf()
77 the same address within the page on the next page up. */
140 The next chapter gives a more detailed description of the
300 for (i = 0; i < num_expected; i++, s = s->next) { in check_seqnos()
669 vb = vb->next; in snmp_varbind_list_enc()
1147 * mem.c, opt.h: Added option MEM_USE_POOLS_TRY_BIGGER_POOL to try the next1273 (and unsent->next == NULL)1593 pcbs so that it is found faster next time. Same for RAW pcbs that have eaten1717 the next query message to receive the matching multicast streams).1797 to be coherent with new LWIP_NETIF_LINK_CALLBACK option before next release.2469 to save a little RAM (next pointer of memp is not used while not in pool).