Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 75) sorted by relevance

123

/subsys/net/lib/shell/
A Dstats.c316 tc.sent[i].tx_time.count); in print_tc_tx_stats()
330 tc.sent[i].tx_time.sum) / in print_tc_tx_stats()
464 GET_STAT(iface, ipv6.sent), in net_shell_print_statistics()
470 GET_STAT(iface, ipv6_nd.sent), in net_shell_print_statistics()
476 GET_STAT(iface, ipv6_pmtu.sent), in net_shell_print_statistics()
482 GET_STAT(iface, ipv6_mld.sent), in net_shell_print_statistics()
490 GET_STAT(iface, ipv4.sent), in net_shell_print_statistics()
514 GET_STAT(iface, icmp.sent), in net_shell_print_statistics()
529 GET_STAT(iface, udp.sent), in net_shell_print_statistics()
542 GET_STAT(iface, tcp.sent), in net_shell_print_statistics()
[all …]
/subsys/net/ip/
A Dnet_stats.c90 GET_STAT(iface, ipv6.sent), in stats()
96 GET_STAT(iface, ipv6_nd.sent), in stats()
102 GET_STAT(iface, ipv6_pmtu.sent), in stats()
108 GET_STAT(iface, ipv6_mld.sent), in stats()
116 GET_STAT(iface, ipv4.sent), in stats()
133 GET_STAT(iface, ipv4_pmtu.sent), in stats()
139 GET_STAT(iface, icmp.sent), in stats()
148 GET_STAT(iface, udp.sent), in stats()
157 GET_STAT(iface, tcp.bytes.sent)); in stats()
160 GET_STAT(iface, tcp.sent), in stats()
[all …]
A Dnet_stats.h60 UPDATE_STAT(iface, stats.bytes.sent += bytes); in net_stats_update_bytes_sent()
119 UPDATE_STAT(iface, stats.ipv6.sent++); in net_stats_update_ipv6_sent()
142 UPDATE_STAT(iface, stats.ipv6_nd.sent++); in net_stats_update_ipv6_nd_sent()
165 UPDATE_STAT(iface, stats.ipv6_pmtu.sent++); in net_stats_update_ipv6_pmtu_sent()
188 UPDATE_STAT(iface, stats.ipv4_pmtu.sent++); in net_stats_update_ipv4_pmtu_sent()
216 UPDATE_STAT(iface, stats.ipv4.sent++); in net_stats_update_ipv4_sent()
233 UPDATE_STAT(iface, stats.icmp.sent++); in net_stats_update_icmp_sent()
255 UPDATE_STAT(iface, stats.udp.sent++); in net_stats_update_udp_sent()
304 UPDATE_STAT(iface, stats.tcp.sent++); in net_stats_update_tcp_seg_sent()
404 UPDATE_STAT(iface, stats.ipv6_mld.sent++); in net_stats_update_ipv6_mld_sent()
[all …]
A DKconfig.ipv477 bool "Control whether the socket sees multicast packets sent by itself"
90 If set, then respond to ICMPv4 echo-request that is sent to
106 because IP Router Alert option must be sent.
/subsys/logging/backends/
A Dlog_backend_ws.c110 int sent = 0; in line_out() local
122 sent++; in line_out()
130 if (sent > 0) { in line_out()
131 length = sent; in line_out()
A DKconfig.ws19 Maximum size of the output string that is sent via websocket.
/subsys/net/lib/capture/
A DKconfig16 The captured packets are sent to another host for processing.
19 The captured network packets are sent using IPIP tunnel
29 network traffic. Each network frame sent or received
104 bool "Debug sent packets"
107 Enables printing of sent network packet.
/subsys/net/l2/virtual/ipip/
A DKconfig30 bool "Debug received and sent packets"
33 Enables printing of received and sent network packets.
/subsys/mgmt/osdp/src/
A Dosdp.c107 int sent = 0; in osdp_uart_send() local
110 sent = (int)ring_buf_put(&p->tx_buf, buf, len); in osdp_uart_send()
112 return sent; in osdp_uart_send()
/subsys/net/l2/ethernet/
A DKconfig62 bool "Debug received and sent packets in VLAN"
65 Enables printing of received and sent network packets.
156 bool "Debug received and sent packets in bridge"
159 Enables printing of received and sent network packets.
/subsys/bluetooth/audio/
A Dcap_stream.c230 if (ops != NULL && ops->sent != NULL) { in cap_stream_sent_cb()
231 ops->sent(bap_stream); in cap_stream_sent_cb()
278 .sent = cap_stream_sent_cb,
/subsys/lorawan/nvm/
A DKconfig16 a OTAA join request is sent. This value should be used in the
/subsys/mgmt/osdp/
A DKconfig57 bool "Print bytes sent/received over OSDP to console"
59 Prints bytes sent/received over OSDP to console for debugging.
A DKconfig.cp43 defined the number of times such a POLL command is sent per second.
/subsys/mgmt/mcumgr/transport/
A DKconfig.dummy27 line sent by an mcumgr client.
A DKconfig.shell27 Maximum size of SMP frames sent and received over shell. This value
A DKconfig.uart59 Maximum size of SMP frames sent and received over UART, in bytes.
/subsys/mgmt/mcumgr/transport/src/
A Dsmp_bt.c459 bool sent = false; in smp_bt_tx_pkt() local
525 if (sent == false) { in smp_bt_tx_pkt()
550 sent = true; in smp_bt_tx_pkt()
/subsys/net/l2/ppp/
A Dppp_stats.h51 stats->bytes.sent += bytes; in ppp_stats_update_bytes_tx()
/subsys/net/lib/sockets/
A Dsockets_tls.c860 ssize_t sent; in dtls_tx() local
865 if (sent < 0) { in dtls_tx()
873 return sent; in dtls_tx()
922 ssize_t sent; in tls_tx() local
924 sent = zsock_sendto(tls_ctx->sock, buf, len, in tls_tx()
926 if (sent < 0) { in tls_tx()
934 return sent; in tls_tx()
2570 size_t sent = 0; in tls_sendmsg_loop_and_send() local
2576 while (sent < vec->iov_len) { in tls_sendmsg_loop_and_send()
2585 sent += ret; in tls_sendmsg_loop_and_send()
[all …]
/subsys/net/l2/ethernet/gptp/
A DKconfig133 Defines the interval at which a Path Delay Request will be sent.
141 Defines the interval at which a Sync message will be sent.
149 Defines the interval at which an Announce message will be sent.
/subsys/bluetooth/mesh/
A Dsubnet.h40 uint32_t sent; /* Timestamp of last sent beacon */ member
/subsys/bluetooth/common/
A DKconfig15 Maximum supported ACL size of data packets sent from the Host to the
41 Number of outgoing ACL data buffers sent from the Host to the
68 Maximum support ACL size of data packets sent from the Controller to
95 Number of incoming extra ACL data buffers sent from the Controller to
110 Number or incoming ACL data buffers sent from the Controller to the
165 expected HCI commands that can be sent from the configuration.
/subsys/lorawan/services/
A DKconfig150 sent by the server after all packages have been sent.
/subsys/bluetooth/controller/ll_sw/
A Dull_conn_types.h76 uint8_t sent; member

Completed in 100 milliseconds

123