summaryrefslogtreecommitdiff
path: root/nuttx/net/igmp
Commit message (Collapse)AuthorAgeFilesLines
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-061-2/+2
|
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-061-0/+1
|
* NET: Move most of the contents of include/nuttx/net/igmp.h moved to ↵Gregory Nutt2014-07-053-29/+308
| | | | net/igmp/igmp.h
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-053-11/+11
|
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-049-2/+16
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* Remove all inclusion of uip.hGregory Nutt2014-07-046-6/+0
|
* NET: rename include/net/ip.h to ipopt.hGregory Nutt2014-07-041-1/+1
|
* NET: in-progress change... don't useGregory Nutt2014-07-045-5/+5
|
* NET: More renamingGregory Nutt2014-07-043-5/+5
|
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to ↵Gregory Nutt2014-06-292-5/+5
| | | | net_ip4addr_conv32, and uip_ethaddr_cmp to eth_addr_cmp
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-293-6/+6
|
* NET: Renaming of IP address typesGregory Nutt2014-06-299-20/+20
|
* Rename static functions from uip_* to something more appropriate. Globally ↵Gregory Nutt2014-06-282-8/+9
| | | | scoped functions will take more work
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-2810-10/+10
|
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-3/+0
|
* Clean-up naming associated with network checksumsGregory Nutt2014-06-272-2/+2
|
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-279-22/+22
|
* Move files to net/utils; make appropriate name changes, most for uip_lock to ↵Gregory Nutt2014-06-264-28/+28
| | | | net_lock
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular ↵Gregory Nutt2014-06-267-16/+23
| | | | inclusion problem.
* Clean up some networking configuration menusGregory Nutt2014-06-251-1/+4
|
* Clean up IGMP namingGregory Nutt2014-06-2512-87/+221
|
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; ↵Gregory Nutt2014-06-2410-29/+29
| | | | Rename *_internal.h header files in net/ to just *.h
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-242-2/+2
|
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-248-8/+8
|
* Move arp, icmp, and igmp configuration values into new Kconfig files in ↵Gregory Nutt2014-05-301-0/+22
| | | | those directories
* Files that I forgot to add in the previous commitsGregory Nutt2014-05-301-0/+52
|
* Move IGMP files from net/uip to net/igmpGregory Nutt2014-05-3010-0/+2031