incubator-nuttx/libs/libc/net
Gregory Nutt 72104c182c nxstyle fixes
Run all files modified by PR 766 through nxstyle and fix any resulting complaints.

NOTE:  Numerous "Mixed case identifier" errors in arch/arm/src/cxd56xx/cxd56_gnss.c were not fixed because this problem is of much larger scope than this file.
2020-04-11 21:19:47 +01:00
..
Kconfig
Make.defs net/loopback: Move g_lo_* global variable to libc/net/ 2020-03-30 09:47:28 -06:00
lib_addrconfig.c
lib_addroute.c net/netlink: Fix offset in rtattr. include/net/route.h: Correct form and naming of sruct rtentry. include/netpacket/netlink.h: Add some definitions that will be needed to access routing tables. 2019-11-10 12:35:15 -06:00
lib_delroute.c net/netlink: Fix offset in rtattr. include/net/route.h: Correct form and naming of sruct rtentry. include/netpacket/netlink.h: Add some definitions that will be needed to access routing tables. 2019-11-10 12:35:15 -06:00
lib_etherntoa.c
lib_htonl.c
lib_htons.c
lib_inetaddr.c inetaddr() more compliant with standards (especially error handling). (#524) 2020-03-10 08:17:17 -06:00
lib_inetaton.c
lib_inetntoa.c nxstyle fixes 2020-04-11 21:19:47 +01:00
lib_inetntop.c Various cosmetic changes. 2019-09-09 14:47:47 -06:00
lib_inetpton.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_loopback.c net/loopback: Move g_lo_* global variable to libc/net/ 2020-03-30 09:47:28 -06:00
lib_recvmsg.c ibs/libc/net: Add basic implementation for recvmsg and sendmsg per OpenGroup.org specification. 2018-11-09 11:39:05 -06:00
lib_sendmsg.c ibs/libc/net: Add basic implementation for recvmsg and sendmsg per OpenGroup.org specification. 2018-11-09 11:39:05 -06:00
lib_shutdown.c