incubator-nuttx/net/socket
Gregory Nutt a07a764d42 ICMPv6: Adds basic logic to support verification that we have the IPv6 address in the Neighbor Table. This feature is important because otherwise the first packet sent to a remote peer will fail (it will be replaced with a Neighbor Solicitation). 2015-02-02 13:44:31 -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 Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
accept.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
bind.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
connect.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
getsockname.c Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, not sin_port and sin_family 2015-01-20 18:14:09 -06:00
getsockopt.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
listen.c Networking: Add local Unix domain socket listen logic 2015-01-25 14:16:44 -06:00
net_checksd.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
net_clone.c Networking: New domain field in socket structure is created by socket(), but missed cases where a socket is created via accept() or dup() 2015-01-22 07:50:31 -06:00
net_close.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -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 Networking: Separate TCP poll logic out of net/sockets/net_poll.c and move it into the new net/tcp/tcp_netpoll.c. 2015-01-30 07:25:01 -06:00
net_sendfile.c ICMPv6: Adds basic logic to support verification that we have the IPv6 address in the Neighbor Table. This feature is important because otherwise the first packet sent to a remote peer will fail (it will be replaced with a Neighbor Solicitation). 2015-02-02 13:44:31 -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 Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
recv.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
recvfrom.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
send.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
sendto.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
setsockopt.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
socket.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
socket.h Remove CONFIG_DISABLE_CLOCK 2014-08-07 12:35:24 -06:00