summaryrefslogtreecommitdiff
path: root/nuttx/net/igmp/igmp_mcastmac.c
Commit message (Collapse)AuthorAgeFilesLines
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ↵Gregory Nutt2015-01-161-3/+3
| | | | net_ipv6addr_t. The goal is to support both IPv4 and IPv6 simultaneously. This requires that the two types be distinct and not conditionally typedef'ed to net_ipaddr_t.
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-041-0/+1
| | | | 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-041-1/+0
|
* NET: Renaming of IP address typesGregory Nutt2014-06-291-3/+3
|
* Rename static functions from uip_* to something more appropriate. Globally ↵Gregory Nutt2014-06-281-4/+4
| | | | scoped functions will take more work
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
|
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-2/+2
|
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular ↵Gregory Nutt2014-06-261-0/+1
| | | | inclusion problem.
* Clean up IGMP namingGregory Nutt2014-06-251-4/+5
|
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; ↵Gregory Nutt2014-06-241-2/+2
| | | | Rename *_internal.h header files in net/ to just *.h
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
|
* Move IGMP files from net/uip to net/igmpGregory Nutt2014-05-301-0/+132