summaryrefslogtreecommitdiff
path: root/nuttx/net/socket/getsockname.c
Commit message (Expand)AuthorAgeFilesLines
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-201-7/+7
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-161-11/+10
* Networking: More detangling of IPv6 logic. Next steps will be more invasive...Gregory Nutt2015-01-161-53/+242
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-061-1/+1
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-051-1/+2
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-281-0/+221