Searched refs:OPT_RESTART (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ | ||
D | fsm.h | 150 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, UP */ macro |
/third_party/lwip/src/netif/ppp/ | ||
D | fsm.c | 184 if( f->flags & OPT_RESTART ){ in fsm_open() |