nuttx/net/inet
zhanghongyu 85ffa4bcf3 inet_sockif: errno alignment to Linux
cunittest error case: protocol invalid need return 123(EPROTONOSUPPORT)
now return 106(EAFNOSUPPORT)

inet_setup will check type ande protocol

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2022-10-21 16:57:20 +08:00
..
inet_globals.c
inet_sockif.c inet_sockif: errno alignment to Linux 2022-10-21 16:57:20 +08:00
inet_txdrain.c
inet.h
ipv4_getpeername.c
ipv4_getsockname.c
ipv4_setsockopt.c udp: add IPVx_PKTINFO related support 2022-09-07 10:49:47 +08:00
ipv6_getpeername.c
ipv6_getsockname.c
ipv6_setsockopt.c udp: add IPVx_PKTINFO related support 2022-09-07 10:49:47 +08:00
Kconfig
Make.defs