Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dupap.c64 { "hide-password", o_bool, &hide_password,
66 { "show-password", o_bool, &hide_password,
642 if (!pcb->settings.hide_password) in upap_printpkt()
/third_party/lwip/src/include/netif/ppp/
Dppp.h228 unsigned int hide_password :1; /* Hide password in dumped packets */ member