incubator-nuttx/net/socket
Gregory Nutt aec4528882 Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
..
Kconfig NET: Create net/sockets directory and hook into the build/configuration system 2014-06-28 16:41:55 -06:00
Make.defs Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything 2014-10-06 10:53:25 -06:00
accept.c Networking: Some fixes for compilation when both IPv4 and IPv6 are enabled 2015-01-18 09:23:22 -06:00
bind.c Fix a few more dangling IPv6 issues found by code inspection 2015-01-18 10:33:27 -06:00
connect.c Networking: Straighten up use if IPv6/IPv4 in TCP connection logic 2015-01-17 15:17:35 -06:00
getsockname.c Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can only only one or the other; The socket connnection structures need to include a union of IPv4 and IPv6 addresses for the local address binding and for the remote address connections 2015-01-16 10:01:54 -06:00
getsockopt.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
listen.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
net_checksd.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
net_clone.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
net_close.c Networking: Fix some errors detected by Travis in configuration that have TCP on and UDP off and vice versa 2015-01-17 17:00:19 -06:00
net_dupsd.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
net_dupsd2.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
net_monitor.c NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICMP_, or PKT_ vs UIP_ 2014-07-06 17:22:02 -06:00
net_poll.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
net_sendfile.c Networking: Final detangle off IPv4 and IPv6 TCP/UDP send logic. The Networking subsystem now compiles with IPv6 enabled 2015-01-18 08:56:05 -06:00
net_sockets.c AIO now also supports socket transfers 2014-10-11 08:15:23 -06:00
net_timeo.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
net_vfcntl.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
recv.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
recvfrom.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
send.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
sendto.c Fix a few more dangling IPv6 issues found by code inspection 2015-01-18 10:33:27 -06:00
setsockopt.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
socket.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
socket.h Remove CONFIG_DISABLE_CLOCK 2014-08-07 12:35:24 -06:00