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/incubator-nuttx.git.
from 0896d06 eventfd: Change mode_semaphore from uint8_t to bool
new 882bc86 net: Add NET_SOCK_[FAMILY|TYPE|PROTOCOL] defintion to
netconfig.h
new c562263 net: Move if_nametoindex and if_indextoname to libc
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/nuttx/net/netconfig.h | 95 +++++++++++++++-
include/sys/syscall_lookup.h | 4 -
libs/libc/net/Make.defs | 1 +
.../libc/net/lib_indextoname.c | 49 +++++----
.../libc/net/lib_nametoindex.c | 47 ++++----
net/netdev/Make.defs | 4 -
net/netdev/netdev.h | 42 --------
net/netdev/netdev_indextoname.c | 119 ---------------------
net/netdev/netdev_nametoindex.c | 109 -------------------
syscall/syscall.csv | 2 -
10 files changed, 136 insertions(+), 336 deletions(-)
copy net/netdev/netdev_findbyname.c => libs/libc/net/lib_indextoname.c (61%)
copy net/netdev/netdev_findbyname.c => libs/libc/net/lib_nametoindex.c (66%)
delete mode 100644 net/netdev/netdev_indextoname.c
delete mode 100644 net/netdev/netdev_nametoindex.c