Searched refs:PKT_WAIT_TIME (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | igmp.c | 28 #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);
|
D | icmpv6.c | 26 #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()
|
D | ipv6_mld.c | 34 #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()
|
D | icmpv4.c | 26 #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()
|
D | udp.c | 18 #define PKT_WAIT_TIME K_SECONDS(1) macro
|
D | icmp.c | 51 #define PKT_WAIT_TIME K_SECONDS(1) macro 487 PKT_WAIT_TIME); in net_icmp_send_echo_request()
|
D | net_context.c | 77 #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/ |
D | main.c | 50 #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/ |
D | main.c | 90 #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/ |
D | dhcpv4.c | 42 #define PKT_WAIT_TIME K_MSEC(100) macro 288 IPPROTO_UDP, PKT_WAIT_TIME); in dhcpv4_create_message()
|
/Zephyr-latest/subsys/net/lib/dhcpv6/ |
D | dhcpv6.c | 24 #define PKT_WAIT_TIME K_MSEC(100) macro 587 IPPROTO_UDP, PKT_WAIT_TIME); in dhcpv6_create_message()
|