Home
last modified time | relevance | path

Searched refs:PKT_WAIT_TIME (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Digmp.c28 #define PKT_WAIT_TIME K_MSEC(50) macro
312 PKT_WAIT_TIME); in send_igmp_report()
382 AF_INET, IPPROTO_IGMP, PKT_WAIT_TIME); in send_igmp_v3_report()
518 PKT_WAIT_TIME);
559 AF_INET, IPPROTO_IGMP, PKT_WAIT_TIME);
Dicmpv6.c26 #define PKT_WAIT_TIME K_SECONDS(1) macro
126 PKT_WAIT_TIME); in icmpv6_handle_echo_request()
240 PKT_WAIT_TIME); in net_icmpv6_send_error()
Dipv6_mld.c34 #define PKT_WAIT_TIME K_MSEC(50) macro
189 PKT_WAIT_TIME); in net_ipv6_mld_send_single()
315 PKT_WAIT_TIME); in send_mld_report()
Dicmpv4.c26 #define PKT_WAIT_TIME K_SECONDS(1) macro
450 PKT_WAIT_TIME); in icmpv4_handle_echo_request()
566 PKT_WAIT_TIME); in net_icmpv4_send_error()
Dudp.c18 #define PKT_WAIT_TIME K_SECONDS(1) macro
Dicmp.c51 #define PKT_WAIT_TIME K_SECONDS(1) macro
487 PKT_WAIT_TIME); in net_icmp_send_echo_request()
Dnet_context.c77 #define PKT_WAIT_TIME K_SECONDS(1) macro
2480 pkt = context_alloc_pkt(context, family, len, PKT_WAIT_TIME); in context_sendto()
/Zephyr-latest/tests/net/icmp/src/
Dmain.c50 #define PKT_WAIT_TIME K_SECONDS(1) macro
106 send_pkt = net_pkt_clone(pkt, PKT_WAIT_TIME); in test_sender()
121 send_pkt = net_pkt_clone(pkt, PKT_WAIT_TIME); in test_receiver()
198 PKT_WAIT_TIME); in get_ipv4_reply()
272 PKT_WAIT_TIME); in get_ipv6_reply()
/Zephyr-latest/tests/net/pmtu/src/
Dmain.c90 #define PKT_WAIT_TIME K_MSEC(500) macro
518 PKT_WAIT_TIME); in create_icmpv6_ptb()
644 PKT_WAIT_TIME); in create_icmpv4_dest_unreach()
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c42 #define PKT_WAIT_TIME K_MSEC(100) macro
288 IPPROTO_UDP, PKT_WAIT_TIME); in dhcpv4_create_message()
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c24 #define PKT_WAIT_TIME K_MSEC(100) macro
587 IPPROTO_UDP, PKT_WAIT_TIME); in dhcpv6_create_message()