Home
last modified time | relevance | path

Searched refs:PPP_THREAD_STACKSIZE (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dopt.h1262 #ifndef PPP_THREAD_STACKSIZE
1263 #define PPP_THREAD_STACKSIZE 0 macro
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c576 …sys_thread_new(PPP_THREAD_NAME, pppInputThread, (void*)&pc->rx, PPP_THREAD_STACKSIZE, PPP_THREAD_P… in pppOverSerialOpen()