Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ppp/
Dpap.c78 if (ctx->is_pap_up) { in pap_up()
82 ctx->is_pap_up = true; in pap_up()
95 if (!ctx->is_pap_up) { in pap_down()
99 ctx->is_pap_up = false; in pap_down()
/Zephyr-latest/include/zephyr/net/
Dppp.h545 uint16_t is_pap_up : 1; member