Standardize naming used for public data and function groupings

This commit is contained in:
Gregory Nutt
2015-10-02 16:30:35 -06:00
parent ac394041bf
commit cb9e27c3b0
432 changed files with 503 additions and 503 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
#include <net/route.h>
/***************************************************************************
* Global Functions
* Public Functions
***************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -50,7 +50,7 @@
#include <net/route.h>
/***************************************************************************
* Global Functions
* Public Functions
***************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -44,7 +44,7 @@
#include <netinet/ether.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -43,7 +43,7 @@
#include <arpa/inet.h>
/************************************************************
* Global Functions
* Public Functions
************************************************************/
uint32_t htonl(uint32_t hl)
+1 -1
View File
@@ -47,7 +47,7 @@
#include <arpa/inet.h>
/***************************************************************************
* Global Functions
* Public Functions
***************************************************************************/
uint16_t htons(uint16_t hs)
+1 -1
View File
@@ -47,7 +47,7 @@
#ifdef CONFIG_NET_IPv4
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************