/Zephyr-latest/samples/net/stats/ |
D | README.rst | 42 IPv6 recv 27 sent 8 drop 0 forwarded 0 43 IPv6 ND recv 2 sent 5 drop 2 44 IPv6 MLD recv 0 sent 3 drop 0 45 IPv4 recv 20 sent 0 drop 20 forwarded 0 48 ICMP recv 15 sent 3 drop 13 50 UDP recv 0 sent 0 drop 30 53 TCP seg recv 0 sent 0 drop 0 56 TCP conn drop 0 connrst 0
|
/Zephyr-latest/subsys/net/ip/ |
D | icmpv4.c | 96 goto drop; in icmpv4_update_record_route() 102 goto drop; in icmpv4_update_record_route() 122 goto drop; in icmpv4_update_record_route() 128 goto drop; in icmpv4_update_record_route() 143 goto drop; in icmpv4_update_record_route() 148 goto drop; in icmpv4_update_record_route() 157 goto drop; in icmpv4_update_record_route() 165 goto drop; in icmpv4_update_record_route() 173 goto drop; in icmpv4_update_record_route() 183 drop: in icmpv4_update_record_route() [all …]
|
D | ipv4.c | 265 NET_DBG("DROP: no buffer"); in net_ipv4_input() 266 goto drop; in net_ipv4_input() 271 NET_DBG("DROP: Invalid hdr length"); in net_ipv4_input() 272 goto drop; in net_ipv4_input() 288 goto drop; in net_ipv4_input() 295 NET_DBG("DROP: pkt len per hdr %d != pkt real len %d", in net_ipv4_input() 297 goto drop; in net_ipv4_input() 305 NET_DBG("DROP: localhost packet"); in net_ipv4_input() 306 goto drop; in net_ipv4_input() 310 NET_DBG("DROP: src addr is %s", "mine"); in net_ipv4_input() [all …]
|
D | icmpv6.c | 121 goto drop; in icmpv6_handle_echo_request() 128 NET_DBG("DROP: No buffer"); in icmpv6_handle_echo_request() 129 goto drop; in icmpv6_handle_echo_request() 137 NET_DBG("DROP: No src address match"); in icmpv6_handle_echo_request() 138 goto drop; in icmpv6_handle_echo_request() 155 NET_DBG("DROP: wrong buffer"); in icmpv6_handle_echo_request() 156 goto drop; in icmpv6_handle_echo_request() 161 NET_DBG("DROP: wrong buffer"); in icmpv6_handle_echo_request() 162 goto drop; in icmpv6_handle_echo_request() 173 goto drop; in icmpv6_handle_echo_request() [all …]
|
D | ipv6.c | 342 goto drop; in ipv6_route_packet() 397 drop: in ipv6_route_packet() 407 NET_DBG("DROP: Packet %p not for me", pkt); in ipv6_route_packet() 501 NET_DBG("DROP: no buffer"); in net_ipv6_input() 502 goto drop; in net_ipv6_input() 507 NET_DBG("DROP: pkt len per hdr %d != pkt real len %d", in net_ipv6_input() 509 goto drop; in net_ipv6_input() 525 NET_DBG("DROP: src addr is %s", "unspecified"); in net_ipv6_input() 526 goto drop; in net_ipv6_input() 532 NET_DBG("DROP: multicast packet"); in net_ipv6_input() [all …]
|
D | udp.c | 159 NET_DBG("DROP: corrupted header"); in net_udp_input() 160 goto drop; in net_udp_input() 166 NET_DBG("DROP: Invalid hdr length"); in net_udp_input() 167 goto drop; in net_udp_input() 179 goto drop; in net_udp_input() 183 NET_DBG("DROP: checksum mismatch"); in net_udp_input() 184 goto drop; in net_udp_input() 189 drop: in net_udp_input()
|
D | ipv6_mld.c | 197 goto drop; in net_ipv6_mld_send_single() 202 goto drop; in net_ipv6_mld_send_single() 207 drop: in net_ipv6_mld_send_single() 322 goto drop; in send_mld_report() 333 goto drop; in send_mld_report() 352 goto drop; in send_mld_report() 369 goto drop; in send_mld_report() 378 goto drop; in send_mld_report() 383 drop: in send_mld_report() 414 /* MLDv1 query, drop. */ in handle_mld_query() [all …]
|
D | net_core.c | 87 /* If there is no data, then drop the packet. */ in process_data() 219 /* Drop IPv6 packet if hop limit is 0 */ in check_ip() 221 NET_DBG("DROP: IPv6 hop limit"); in check_ip() 222 ret = -ENOMSG; /* silently drop the pkt, not an error */ in check_ip() 223 goto drop; in check_ip() 240 NET_DBG("DROP: IPv6 dst address missing"); in check_ip() 242 goto drop; in check_ip() 286 NET_DBG("DROP: IPv6 loopback src address"); in check_ip() 288 goto drop; in check_ip() 292 /* Drop IPv4 packet if ttl is 0 */ in check_ip() [all …]
|
D | ipv6_nbr.c | 1136 goto drop; in net_ipv6_send_na() 1141 goto drop; in net_ipv6_send_na() 1151 goto drop; in net_ipv6_send_na() 1156 goto drop; in net_ipv6_send_na() 1169 goto drop; in net_ipv6_send_na() 1177 drop: in net_ipv6_send_na() 1233 goto drop; in handle_ns_input() 1238 NET_ERR("DROP: NULL NS header"); in handle_ns_input() 1239 goto drop; in handle_ns_input() 1253 goto drop; in handle_ns_input() [all …]
|
D | igmp.c | 324 goto drop; in send_igmp_report() 329 goto drop; in send_igmp_report() 336 drop: in send_igmp_report() 394 goto drop; in send_igmp_v3_report() 399 goto drop; in send_igmp_v3_report() 405 drop: in send_igmp_v3_report() 439 NET_DBG("DROP: unsupported payload length"); 444 NET_DBG("DROP: Invalid dst address"); 452 NET_DBG("DROP: NULL %sv3 header", "IGMP"); 459 NET_DBG("DROP: NULL %s header", "IGMP"); [all …]
|
D | net_stats.c | 91 GET_STAT(iface, ipv6.drop), in stats() 97 GET_STAT(iface, ipv6_nd.drop)); in stats() 103 GET_STAT(iface, ipv6_pmtu.drop)); in stats() 109 GET_STAT(iface, ipv6_mld.drop)); in stats() 117 GET_STAT(iface, ipv4.drop), in stats() 134 GET_STAT(iface, ipv4_pmtu.drop)); in stats() 140 GET_STAT(iface, icmp.drop)); in stats() 149 GET_STAT(iface, udp.drop)); in stats() 161 GET_STAT(iface, tcp.drop)); in stats() 170 NET_INFO("TCP conn drop %d\tconnrst\t%d", in stats()
|
D | net_stats.h | 85 UPDATE_STAT(iface, stats.ipv6.drop++); in net_stats_update_ipv6_drop() 108 UPDATE_STAT(iface, stats.ipv6_nd.drop++); in net_stats_update_ipv6_nd_drop() 131 UPDATE_STAT(iface, stats.ipv6_pmtu.drop++); in net_stats_update_ipv6_pmtu_drop() 154 UPDATE_STAT(iface, stats.ipv4_pmtu.drop++); in net_stats_update_ipv4_pmtu_drop() 167 UPDATE_STAT(iface, stats.ipv4.drop++); in net_stats_update_ipv4_drop() 199 UPDATE_STAT(iface, stats.icmp.drop++); in net_stats_update_icmp_drop() 221 UPDATE_STAT(iface, stats.udp.drop++); in net_stats_update_udp_drop() 255 UPDATE_STAT(iface, stats.tcp.drop++); in net_stats_update_tcp_drop() 365 UPDATE_STAT(iface, stats.ipv6_mld.drop++); in net_stats_update_ipv6_mld_drop() 386 UPDATE_STAT(iface, stats.ipv4_igmp.drop++); in net_stats_update_ipv4_igmp_drop() [all …]
|
D | icmp.c | 154 goto drop; in send_icmpv4_echo_request() 166 goto drop; in send_icmpv4_echo_request() 172 goto drop; in send_icmpv4_echo_request() 219 drop: in send_icmpv4_echo_request() 278 goto drop; in send_icmpv6_echo_request() 290 goto drop; in send_icmpv6_echo_request() 296 goto drop; in send_icmpv6_echo_request() 342 drop: in send_icmpv6_echo_request()
|
/Zephyr-latest/subsys/net/l2/dummy/any/ |
D | any.c | 48 goto drop; in any_recv() 53 goto drop; in any_recv() 58 goto drop; in any_recv() 62 goto drop; in any_recv() 73 drop: in any_recv()
|
/Zephyr-latest/samples/net/stats/src/ |
D | main.c | 38 GET_STAT(iface, ipv6.drop), in print_stats() 44 GET_STAT(iface, ipv6_nd.drop)); in print_stats() 50 GET_STAT(iface, ipv6_pmtu.drop)); in print_stats() 56 GET_STAT(iface, ipv6_mld.drop)); in print_stats() 64 GET_STAT(iface, ipv4.drop), in print_stats() 81 GET_STAT(iface, ipv4_pmtu.drop)); in print_stats() 87 GET_STAT(iface, icmp.drop)); in print_stats() 96 GET_STAT(iface, udp.drop)); in print_stats() 108 GET_STAT(iface, tcp.drop)); in print_stats() 117 printk("TCP conn drop %d\tconnrst\t%d\n", in print_stats()
|
/Zephyr-latest/include/zephyr/net/ |
D | ethernet_vlan.h | 47 * @brief Get Drop Eligible Indicator from TCI. 51 * @return Drop eligible indicator. 84 * @brief Set Drop Eligible Indicator to TCI. 87 * @param dei Drop eligible indicator.
|
D | net_stats.h | 81 net_stats_t drop; member 122 net_stats_t drop; member 142 net_stats_t drop; member 182 net_stats_t drop; member 199 net_stats_t drop; member 213 net_stats_t drop; member 227 net_stats_t drop; member 247 net_stats_t drop; member 261 net_stats_t drop; member 275 net_stats_t drop; member [all …]
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | phil_obj_abstract.h | 18 * - a 'drop' function that simulates dropping the fork (eg. k_mutex_unlock) 43 #define drop(x) osSemaphoreRelease(x) macro 57 #define drop(x) osMutexRelease(x) macro
|
/Zephyr-latest/samples/philosophers/src/ |
D | phil_obj_abstract.h | 18 * - a 'drop' function that simulates dropping the fork (eg. k_mutex_unlock) 56 #define drop(x) k_sem_give(x) macro 72 #define drop(x) k_mutex_unlock(x) macro 92 #define drop(x) k_stack_push(x, MAGIC) macro 114 #define drop(x) k_fifo_put(x, &(((fork_obj_t *)(x))->data)) macro 136 #define drop(x) k_lifo_put(x, &(((fork_obj_t *)(x))->data)) macro
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
D | phil_obj_abstract.h | 18 * - a 'drop' function that simulates dropping the fork (eg. k_mutex_unlock) 47 #define drop(x) osSemaphoreRelease(x) macro 63 #define drop(x) osMutexRelease(x) macro
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_internal.h | 41 /** @brief Read and clear current drop indications counter. 47 /** @brief Check if there are any pending drop notifications. 49 * @retval true Pending unreported drop indications. 50 * @retval false No pending unreported drop indications.
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig.template.shell_log_queue_timeout | 4 int "Log message drop timeout (in milliseconds)"
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | stats.c | 135 PR("Frames dropped %u\n", data->drop); in print_ppp_stats() 462 GET_STAT(iface, ipv6.drop), in net_shell_print_statistics() 468 GET_STAT(iface, ipv6_nd.drop)); in net_shell_print_statistics() 474 GET_STAT(iface, ipv6_pmtu.drop)); in net_shell_print_statistics() 480 GET_STAT(iface, ipv6_mld.drop)); in net_shell_print_statistics() 488 GET_STAT(iface, ipv4.drop), in net_shell_print_statistics() 505 GET_STAT(iface, ipv4_pmtu.drop)); in net_shell_print_statistics() 512 GET_STAT(iface, icmp.drop)); in net_shell_print_statistics() 521 GET_STAT(iface, ipv4_igmp.drop)); in net_shell_print_statistics() 527 GET_STAT(iface, udp.drop)); in net_shell_print_statistics() [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nordic,npm2100-vbat.yaml | 25 The boost converter will not allow the battery to drop below this level.
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | REAME.md | 7 * Drop older log messages with `CONFIG_LOG_MODE_OVERFLOW=y` (**default**) 8 * Drop newer log messages with `CONFIG_LOG_MODE_OVERFLOW=n`, or 9 * Drop no log messages at all with `CONFIG_LOG_BLOCK_IN_THREAD=y`, `CONFIG_LOG_BLOCK_IN_THREAD_TIME…
|