Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ppp/
Dppp_l2.c347 k_sem_give(&ctx->shell.wait_echo_reply); in echo_reply_handler()
373 ret = k_sem_take(&ctx->shell.wait_echo_reply, K_MSEC(timeout)); in net_ppp_ping()
487 k_sem_init(&ctx->shell.wait_echo_reply, 0, K_SEM_MAX_LIMIT); in net_ppp_init()
/Zephyr-latest/include/zephyr/net/
Dppp.h489 struct k_sem wait_echo_reply; member