Home
last modified time | relevance | path

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

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