incubator-nuttx/net
liqinhui a60185cc40 net:Fix the warnings.
tcp/tcp_send_buffered.c: In function 'psock_send_eventhandler':
tcp/tcp_send_buffered.c:1025:17: warning: format '%u' expects argument of type 'unsigned int', but argument 9 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=]
 1025 |           ninfo("SEND: wrb=%p seq=%" PRIu32 " pktlen=%u sent=%u sndlen=%zu "
      |                 ^~~~~~~~~~~~~~~~~~~~
......
 1030 |                 conn->snd_wnd, seq, remaining_snd_wnd);
      |                 ~~~~~~~~~~~~~
      |                     |
      |                     uint32_t {aka long unsigned int}

wireless/ieee80211/bcm43xxx/bcmf_netdev.c: In function 'bcmf_addmac':
wireless/ieee80211/bcm43xxx/bcmf_netdev.c:879:26: warning: unused variable 'priv' [-Wunused-variable]
  879 |   FAR struct bcmf_dev_s *priv = (FAR struct bcmf_dev_s *)dev->d_private;
      |                          ^~~~

Signed-off-by: liqinhui <liqinhui@xiaomi.com>
2024-08-21 23:30:49 +08:00
..
arp
bluetooth
can
devif net/devif: devif_send supports negative offset 2024-07-14 13:20:14 -03:00
icmp icmp:add net_lock to protect icmp connection 2024-08-20 11:21:08 -03:00
icmpv6 icmpv6: Allow IPv6 address obtained by both 2024-08-21 01:33:28 +08:00
ieee802154
igmp
inet net: Add set/getsockopt options compatible with ip6tables 2024-06-20 09:43:05 +08:00
ipfilter net: Support IP packet filter 2024-06-20 09:43:05 +08:00
ipforward net: Support IP packet filter 2024-06-20 09:43:05 +08:00
ipfrag
local Fix greater-than-or-equal-to-zero issue 2024-08-08 17:19:42 +08:00
mld
nat
neighbor
netdev netdev/ioctl: Setting log level to warning on SIOCGIFHWADDR failure 2024-08-21 01:37:06 +08:00
netfilter net/netfilter: fix windows compile error 2024-07-14 20:33:18 +08:00
netlink
pkt net/pkt: fix raw socket send data length is insufficient. 2024-08-20 13:41:49 +08:00
procfs
route
rpmsg
sixlowpan
socket
tcp net:Fix the warnings. 2024-08-21 23:30:49 +08:00
udp net/udp: fix net_[un]lock() in udp_bind 2024-06-22 19:26:14 -03:00
usrsock
utils net_chksum.c:mod process of generating sum to solve checksum error 2024-08-21 01:38:23 +08:00
CMakeLists.txt
Kconfig net: Support IP packet filter 2024-06-20 09:43:05 +08:00
Makefile net: Support IP packet filter 2024-06-20 09:43:05 +08:00
net_initialize.c