Searched refs:wait_echo_reply (Results 1 – 2 of 2) sorted by relevance
347 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()
489 struct k_sem wait_echo_reply; member