mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Standardize naming used for public data and function groupings
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
#include <net/route.h>
|
||||
|
||||
/***************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
***************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
#include <net/route.h>
|
||||
|
||||
/***************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
***************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <netinet/ether.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <arpa/inet.h>
|
||||
|
||||
/************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
************************************************************/
|
||||
|
||||
uint32_t htonl(uint32_t hl)
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
#include <arpa/inet.h>
|
||||
|
||||
/***************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
***************************************************************************/
|
||||
|
||||
uint16_t htons(uint16_t hs)
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
#ifdef CONFIG_NET_IPv4
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user