summaryrefslogtreecommitdiff
path: root/nuttx/net/socket/recvfrom.c
Commit message (Expand)AuthorAgeFilesLines
* Move some useful internal logic from recvfrom.c and udp_callback.c and put th...Gregory Nutt2015-02-171-8/+11
* Purely cosmetic changes resulting from last review IPv6 UDP changeGregory Nutt2015-02-161-4/+6
* IPv4 mapping to IPv6 implementation. Just for UDP. From Macs NeklyudovGregory Nutt2015-02-161-4/+28
* net/: Lots of build problems introduced into multiple NIC support. Many pla...Gregory Nutt2015-02-091-2/+2
* Unix domain: Add options to build in stream or datagram support separatelyGregory Nutt2015-01-311-10/+10
* Fix error just introduces into recvfrom. From Macs N.Gregory Nutt2015-01-301-2/+2
* Eliminate a warningGregory Nutt2015-01-301-2/+5
* Networking: Add UDP read-ahead support and support for poll/select on UDP so...Gregory Nutt2015-01-301-12/+141
* Fix a typo in commentsGregory Nutt2015-01-281-4/+4
* Minor fixes after initial tests with apps/examples/udgramGregory Nutt2015-01-281-1/+1
* Unix domain: More fixed to build without Ethernet or SlipGregory Nutt2015-01-271-11/+25
* Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-271-4/+5
|\
| * recvfrom(): Missing else in conditional logic of recvfrom()Gregory Nutt2015-01-271-4/+5
* | Networking: Hook in send and revcfrom Unix domain socket logic; still needs ...Gregory Nutt2015-01-261-21/+64
|/
* Networking: New domain field in socket structure is created by socket(), but...Gregory Nutt2015-01-221-1/+1
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-201-4/+4
* Cosmetic standardization of some naming in commentsGregory Nutt2015-01-191-1/+1
* Networking: Some fixes for compilation when both IPv4 and IPv6 are enabledGregory Nutt2015-01-181-57/+49
* Networking: Final detangle off IPv4 and IPv6 TCP/UDP send logic. The Networ...Gregory Nutt2015-01-181-32/+85
* Networking: Fix some errors detected by Travis in configuration that have TCP...Gregory Nutt2015-01-171-0/+2
* Networking: Fix accept() so that it returns the correct IP address for the se...Gregory Nutt2015-01-171-5/+5
* net/socket and net/tcp: When we are ready to receive data or when we have out...Gregory Nutt2015-01-171-11/+80
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-161-6/+6
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-4/+4
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-161-4/+4
* Networking: More IPv6 detanglementGregory Nutt2015-01-151-2/+7
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-231-1/+11
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-3/+3
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-9/+9
* Add inclusion of assert.h to so files that use DEBUGASSERTGregory Nutt2014-07-211-0/+1
* NET: Important fix to the read-ahead buffer queue managment: Consumed bytes w...Gregory Nutt2014-07-071-3/+4
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-061-20/+24
* NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.hGregory Nutt2014-07-051-2/+0
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-2/+2
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+2
* NET: in-progress change... don't useGregory Nutt2014-07-041-1/+3
* NET: More renamingGregory Nutt2014-07-041-2/+2
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-291-2/+4
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-4/+4
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-291-10/+10
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-281-6/+6
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-281-0/+1620