Searched refs:prot_flavor (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 566 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen); 571 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor);
|
/third_party/lwip/src/netif/ppp/ |
D | auth.c | 1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) { in auth_peer_success() argument 1057 switch (prot_flavor) { in auth_peer_success() 1136 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) { in auth_withpeer_success() argument 1145 switch (prot_flavor) { in auth_withpeer_success()
|