nuttx/net/socket
2015-01-28 12:09:00 -06:00
..
accept.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
bind.c Fix a few more dangling IPv6 issues found by code inspection 2015-01-18 10:33:27 -06:00
connect.c Correct calculation of initial MSS 2015-01-22 12:29:49 -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
listen.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
Make.defs
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: 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_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_poll.c
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
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 recvfrom(): Missing else in conditional logic of recvfrom() 2015-01-27 14:14:53 -06:00
send.c Networking: Missed header file inclusion 2015-01-28 12:09:00 -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