Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 17 of 17) sorted by relevance

/sys/amd64/
Dmultiboot.S53 movl $LOWMEM(stack + STACK_SIZE), %esp
103 movq $LOWMEM(stack + STACK_SIZE), %rax
158 .globl stack symbol
159 .comm stack, STACK_SIZE
Dswitch.S22 # Switch stack from old to new thread
Dmpboot.S11 .extern stack
Dkernel.lds226 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
/lib/libc/
Dcrtn.S34 .section .note.GNU-stack,"",%progbits
Dcrti.S40 .section .note.GNU-stack,"",%progbits
/lib/liblwip/
DREADME37 lwIP has grown into an excellent TCP/IP stack for embedded devices,
38 and developers using the stack often submit bug fixes, improvements,
39 and additions to the stack to further increase its usefulness.
47 The lwIP TCP/IP stack is maintained in the 'lwip' CVS module and
DFILES1 src/ - The source code for the lwIP TCP/IP stack.
DCOPYING27 * This file is part of the lwIP TCP/IP stack.
DUPGRADING47 * Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains
DCHANGELOG342 calculation (and use them throughout the stack where applicable)
814 (NETIF_FLAG_ETHERNET) that tells the stack the device is an ethernet
868 portability file inet.h and its contents from the stack: moved htonX-
918 * ...: Use typedef for function prototypes throughout the stack.
1172 * init.h: Added LWIP_VERSION to get the current version of the stack
1728 LWIP_ICMP enable/disable ICMP module inside the IP stack (enable per default).
1735 parameters have to be provided: a task name, and a task stack size. For this
1926 packets by passing PBUF_REFs down the stack.
1958 the lwIP stack in C++ and simply #include the core files. Note I have left
2065 on the stack and remove the API msg type from memp
[all …]
/lib/liblwip/src/netif/
DFILES25 ppp/ Point-to-Point Protocol stack
26 The PPP stack has been ported from ucip (http://ucip.sourceforge.net).
/lib/liblwip/src/
DFILES4 core/ - The core of the TPC/IP stack; protocol implementations,
/lib/liblwip/doc/
Drawapi.txt12 to use the lwIP stack. It is quite similar to the BSD socket API. The
14 paradigm. Since the TCP/IP stack is event based by nature, the TCP/IP
366 A truly complete and generic sequence for initializing the lwip stack
505 but the stack/driver will/must copy PBUF_REF'ed data when enqueueing, while
Dsys_arch.txt40 stack) or on the heap (allocated internally in the "*_new()" functions).
175 argument to the thread() function. The stack size to used for this thread is
Dsnmp_agent.txt23 The standard lwIP stack management information base.
/
DSConstruct55 "-fno-builtin", "-fno-stack-protector",