Searched refs:wait_echo_reply (Results 1 – 2 of 2) sorted by relevance
391 k_sem_give(&ctx->shell.wait_echo_reply); in echo_reply_handler()417 ret = k_sem_take(&ctx->shell.wait_echo_reply, K_MSEC(timeout)); in net_ppp_ping()535 k_sem_init(&ctx->shell.wait_echo_reply, 0, K_SEM_MAX_LIMIT); in net_ppp_init()
495 struct k_sem wait_echo_reply; member