incubator-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
..
Kconfig
Make.defs net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
inet.h net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
inet_globals.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
inet_sockif.c inet_sockif: errno alignment to Linux 2022-10-21 16:57:20 +08:00
inet_txdrain.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
ipv4_getpeername.c net/inet: move socket flags into socket_conn_s 2022-02-10 15:04:33 -03:00
ipv4_getsockname.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
ipv4_setsockopt.c udp: add IPVx_PKTINFO related support 2022-09-07 10:49:47 +08:00
ipv6_getpeername.c net/inet: move socket flags into socket_conn_s 2022-02-10 15:04:33 -03:00
ipv6_getsockname.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
ipv6_setsockopt.c udp: add IPVx_PKTINFO related support 2022-09-07 10:49:47 +08:00