Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dfsm.h104 int (*rejci)(fsm*, u_char*, int); /* Reject our Configuration Information */ member
Dfsm.c605 proc = (code == CONFNAK)? f->callbacks->nakci: f->callbacks->rejci; in fsm_rconfnakrej()