You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/06 14:20:26 UTC

[nuttx] branch master updated (f137a7b552 -> ec28082e5d)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from f137a7b552 xtensa/esp32: Fix macro "CONFIG_NETDEV_IOCTL" control range error
     add b978ff245e netlink: add struct nlmsgerr definition
     add e019b0d0b8 libc/net: add inet_network function
     add 725a1f1e20 netlink: add RTA_MAX definition
     add ec28082e5d arp.h: add some ARPHRD definition

No new revisions were added by this update.

Summary of changes:
 include/netinet/arp.h                              |  5 ++
 include/netpacket/netlink.h                        | 17 ++++
 libs/libc/net/Make.defs                            |  2 +-
 .../libc/net/{lib_inetaton.c => lib_inetnetwork.c} | 98 +++++++---------------
 4 files changed, 52 insertions(+), 70 deletions(-)
 copy libs/libc/net/{lib_inetaton.c => lib_inetnetwork.c} (55%)