Searched refs:icmp_handler (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/net/icmp/src/ |
D | main.c | 426 static int icmp_handler(struct net_icmp_ctx *ctx, in icmp_handler() function 468 ret = net_icmp_init_ctx(&ctx, NET_ICMPV6_ECHO_REPLY, 0, icmp_handler); in ZTEST() 511 ret = net_icmp_init_ctx(&ctx, NET_ICMPV4_ECHO_REPLY, 0, icmp_handler); in ZTEST() 552 ret = net_icmp_init_ctx(&ctx, NET_ICMPV4_ECHO_REPLY, 0, icmp_handler); in ZTEST() 591 ret = net_icmp_init_ctx(&ctx, NET_ICMPV6_ECHO_REPLY, 0, icmp_handler); in ZTEST()
|
/Zephyr-latest/tests/net/checksum_offload/src/ |
D | main.c | 1167 static int icmp_handler(struct net_icmp_ctx *ctx, in icmp_handler() function 1218 0, icmp_handler); in test_rx_chksum_icmp_frag() 1275 0, icmp_handler); in test_rx_chksum_icmp_frag_bad()
|