summaryrefslogtreecommitdiff
path: root/nuttx/net/igmp/igmp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-161-2/+2
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-4/+4
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-2/+2
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+2
* NET: Move most of the contents of include/nuttx/net/igmp.h moved to net/igmp/...Gregory Nutt2014-07-051-3/+4
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-3/+3
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-1/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* 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/+2
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-2/+2
* NET: Renaming of IP address typesGregory Nutt2014-06-291-2/+2
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Clean-up naming associated with network checksumsGregory Nutt2014-06-271-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-1/+1
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-7/+8
* Clean up IGMP namingGregory Nutt2014-06-251-14/+15
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-3/+3
* 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/+280