Searched refs:resetci (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/
H A Dfsm.h88 void (*resetci) /* Reset our Configuration Information */ member in struct:fsm_callbacks
H A Dfsm.c754 if( f->callbacks->resetci )
755 (*f->callbacks->resetci)(f);
/external/syslinux/core/lwip/src/netif/ppp/
H A Dfsm.h99 void (*resetci)(fsm*); /* Reset our Configuration Information */ member in struct:fsm_callbacks
H A Dfsm.c819 if( f->callbacks->resetci ) {
820 (*f->callbacks->resetci)(f);

Completed in 113 milliseconds