Searched refs:icmp_event (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/boards/espressif/ethernet/src/ |
D | main.c | 58 static int icmp_event(struct net_icmp_ctx *ctx, struct net_pkt *pkt, struct net_icmp_ip_hdr *hdr, in icmp_event() function 100 ret = net_icmp_init_ctx(&ctx, NET_ICMPV4_ECHO_REPLY, 0, icmp_event); in ZTEST()
|
/Zephyr-latest/tests/boards/espressif/wifi/src/ |
D | main.c | 119 static int icmp_event(struct net_icmp_ctx *ctx, struct net_pkt *pkt, struct net_icmp_ip_hdr *hdr, in icmp_event() function 285 ret = net_icmp_init_ctx(&icmp_ctx, NET_ICMPV4_ECHO_REPLY, 0, icmp_event); in ZTEST()
|