.. |
accept.c
|
Update a comment
|
2015-01-30 05:40:28 -06:00 |
bind.c
|
Unix domain: A few fixes from early integration
|
2015-01-27 16:39:30 -06:00 |
connect.c
|
If a Unix domain socket is non-blocking, then the underlying FIFO should also be opened non-blocking
|
2015-01-30 12:43:37 -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 |
Kconfig
|
NET: Create net/sockets directory and hook into the build/configuration system
|
2014-06-28 16:41:55 -06:00 |
listen.c
|
Networking: Add local Unix domain socket listen logic
|
2015-01-25 14:16:44 -06:00 |
Make.defs
|
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
|
Networking: Add local Unix domain socket connection logic
|
2015-01-25 12:37:40 -06:00 |
net_dupsd2.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
net_dupsd.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
|
Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with standard NuttX stack montitoring logic
|
2015-01-22 10:09:10 -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
|
Fix error just introduces into recvfrom. From Macs N.
|
2015-01-30 08:22:44 -06:00 |
send.c
|
Merge remote-tracking branch 'origin/master' into afunix
|
2015-01-28 12:14:00 -06:00 |
sendto.c
|
Fix two compilation errors that occur when Unix domain occurs an IPv6 are enabled
|
2015-01-29 12:31:29 -06:00 |
setsockopt.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
socket.c
|
Elminate some warnings with TCP and UDP are disabled
|
2015-01-29 09:33:45 -06:00 |
socket.h
|
Remove CONFIG_DISABLE_CLOCK
|
2014-08-07 12:35:24 -06:00 |