Searched refs:icmp_ctx (Results 1 – 2 of 2) sorted by relevance
276 struct net_icmp_ctx icmp_ctx; in ZTEST() local285 ret = net_icmp_init_ctx(&icmp_ctx, NET_ICMPV4_ECHO_REPLY, 0, icmp_event); in ZTEST()301 ret = net_icmp_send_echo_request(&icmp_ctx, wifi_ctx.iface, in ZTEST()318 net_icmp_cleanup_ctx(&icmp_ctx); in ZTEST()
55 struct net_icmp_ctx icmp_ctx; member787 ret = net_icmp_send_echo_request(&ctx->probe_ctx.icmp_ctx, ctx->iface, in dhcpv4_probe_address()797 static int echo_reply_handler(struct net_icmp_ctx *icmp_ctx, in echo_reply_handler() argument808 ARG_UNUSED(icmp_ctx); in echo_reply_handler()882 return net_icmp_init_ctx(&ctx->probe_ctx.icmp_ctx, in dhcpv4_server_probing_init()889 (void)net_icmp_cleanup_ctx(&ctx->probe_ctx.icmp_ctx); in dhcpv4_server_probing_deinit()