Home
last modified time | relevance | path

Searched refs:PHASE_INITIALIZE (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dlcp.h120 PHASE_INITIALIZE, enumerator
Dlcp.c297 lcp_phase[unit] = PHASE_INITIALIZE; in lcp_init()
/external/ppp/pppd/
Doptions.c682 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
1048 if (phase == PHASE_INITIALIZE) in usage()
1059 if (phase == PHASE_INITIALIZE) {
1073 if (phase == PHASE_INITIALIZE) {
1100 if (phase == PHASE_INITIALIZE) in option_error()
Dpppd.h380 #define PHASE_INITIALIZE 1 macro
Dmain.c320 new_phase(PHASE_INITIALIZE);