summaryrefslogtreecommitdiff
path: root/nuttx/net/icmp/icmp_input.c
Commit message (Expand)AuthorAgeFilesLines
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-061-3/+3
* 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/+3
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: in-progress change... don't useGregory Nutt2014-07-041-1/+1
* NET: More renamingGregory Nutt2014-07-041-1/+1
* NET: Rename some address comparison macrosGregory Nutt2014-07-011-1/+1
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-291-6/+6
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-1/+1
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-291-1/+1
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-281-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-0/+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-9/+10
* Clean up ICMP namingGregory Nutt2014-06-251-9/+10
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-2/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-301-0/+317