Home
last modified time | relevance | path

Searched refs:next (Results 51 – 64 of 64) sorted by relevance

123

/lib/liblwip/src/api/
Dsockets.c88 struct lwip_select_cb *next; member
1123 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) {
/lib/liblwip/src/include/lwip/
Dsnmp_msg.h82 struct snmp_varbind *next; member
Dnetif.h138 struct netif *next; member
Dtcp.h157 type *next; /* for the linked list */ \
Dsnmp_structs.h165 struct mib_list_node *next; member
/lib/liblwip/src/core/ipv4/
Dip.c136 for (netif = netif_list; netif != NULL; netif = netif->next) { in ip_route()
437 netif = netif->next;
440 netif = netif->next;
Dautoip.c467 netif = netif->next; in autoip_tmr()
/lib/liblwip/src/core/
Ddhcp.c358 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()
/lib/liblwip/src/netif/ppp/
Dppp.c708 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()
/sys/amd64/
Dkernel.lds77 the same address within the page on the next page up. */
/lib/liblwip/doc/
Dsnmp_agent.txt140 The next chapter gives a more detailed description of the
/lib/liblwip/test/unit/tcp/
Dtest_tcp.c300 for (i = 0; i < num_expected; i++, s = s->next) { in check_seqnos()
/lib/liblwip/src/core/snmp/
Dmsg_out.c669 vb = vb->next; in snmp_varbind_list_enc()
/lib/liblwip/
DCHANGELOG1147 * mem.c, opt.h: Added option MEM_USE_POOLS_TRY_BIGGER_POOL to try the next
1273 (and unsent->next == NULL)
1593 pcbs so that it is found faster next time. Same for RAW pcbs that have eaten
1717 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).

123