summaryrefslogtreecommitdiff
path: root/nuttx/net/igmp/igmp_group.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-3/+3
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-3/+3
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+1
* NET: in-progress change... don't useGregory Nutt2014-07-041-1/+1
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-2/+2
* NET: Renaming of IP address typesGregory Nutt2014-06-291-3/+3
* 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-4/+4
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-261-10/+10
* Clean up IGMP namingGregory Nutt2014-06-251-21/+22
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-3/+3
* Move IGMP files from net/uip to net/igmpGregory Nutt2014-05-301-0/+398