Skip to content

Commit

Permalink
Fix missing refereneces to CHIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-apple committed Mar 17, 2020
1 parent 5fa438d commit d1b6375
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/inet/IPAddress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @file
* This file implements the class <tt>Inet::IPAddress</tt> and
* related enumerated constants. The Nest Inet Layer uses objects
* related enumerated constants. The CHIP Inet Layer uses objects
* of this class to represent Internet protocol addresses of both
* IPv4 and IPv6 address families. (IPv4 addresses are stored
* internally in the V4COMPAT format, reserved for that purpose.)
Expand Down
6 changes: 3 additions & 3 deletions src/inet/IPAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @file
* This file defines the class <tt>Inet::IPAddress</tt> and
* related enumerated constants. The Nest Inet Layer uses objects
* related enumerated constants. The CHIP Inet Layer uses objects
* of this class to represent Internet protocol addresses of both
* IPv4 and IPv6 address families. (IPv4 addresses are stored
* internally in the V4COMPAT format, reserved for that purpose.)
Expand Down Expand Up @@ -119,7 +119,7 @@ typedef enum
* @brief Internet protocol address
*
* @details
* The Nest Inet Layer uses objects of this class to represent Internet
* The CHIP Inet Layer uses objects of this class to represent Internet
* protocol addresses (independent of protocol version).
*/
class DLL_EXPORT IPAddress
Expand Down Expand Up @@ -654,7 +654,7 @@ class DLL_EXPORT IPAddress
*
* @details
* This object is used as a constant for equivalence comparisons. It must
* not be modified by users of the Nest Inet Layer.
* not be modified by users of the CHIP Inet Layer.
*/
static IPAddress Any;
};
Expand Down
2 changes: 1 addition & 1 deletion src/inet/IPPrefix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @file
* This file implements the concrete class
* <tt>Inet::IPPrefix</tt>, which comprise two member fields:
* a) a IP address and b) a length field. The Nest Inet Layer
* a) a IP address and b) a length field. The CHIP Inet Layer
* uses objects of this class to represent Internet protocol
* address prefixes of both IPv4 and IPv6 address families.
*
Expand Down
2 changes: 1 addition & 1 deletion src/inet/IPPrefix.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @file
* This file defines the concrete class
* <tt>Inet::IPPrefix</tt>, which comprise two member fields:
* a) a IP address and b) a length field. The Nest Inet Layer
* a) a IP address and b) a length field. The CHIP Inet Layer
* uses objects of this class to represent Internet protocol
* address prefixes of both IPv4 and IPv6 address families.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/inet/InetConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @file
* This file defines default compile-time configuration constants
* for the Nest InetLayer, an Internet Protocol communications
* for the CHIP InetLayer, an Internet Protocol communications
* abstraction layer.
*
* Package integrators that wish to override these values should
Expand Down
2 changes: 1 addition & 1 deletion src/inet/InetError.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* @file
* This file defines constants for the Nest InetLayer subsystem.
* This file defines constants for the CHIP InetLayer subsystem.
*
* Error types, ranges, and mappings overrides may be made by
* defining the appropriate INET_CONFIG_* or _INET_CONFIG_*
Expand Down
2 changes: 1 addition & 1 deletion src/inet/RawEndPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @file
* This file implements the <tt>Inet::RawEndPoint</tt> class,
* where the Nest Inet Layer encapsulates methods for interacting
* where the CHIP Inet Layer encapsulates methods for interacting
* interacting with IP network endpoints (SOCK_RAW sockets
* on Linux and BSD-derived systems) or LwIP raw protocol
* control blocks, as the system is configured accordingly.
Expand Down
4 changes: 2 additions & 2 deletions src/inet/RawEndPoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @file
* This header file defines the <tt>Inet::RawEndPoint</tt>
* class, where the Nest Inet Layer encapsulates methods for
* class, where the CHIP Inet Layer encapsulates methods for
* interacting with IP network endpoints (SOCK_RAW sockets
* on Linux and BSD-derived systems) or LwIP raw protocol
* control blocks, as the system is configured accordingly.
Expand All @@ -42,7 +42,7 @@ class IPPacketInfo;
* @brief Objects of this class represent raw IP network endpoints.
*
* @details
* Nest Inet Layer encapsulates methods for interacting with IP network
* CHIP Inet Layer encapsulates methods for interacting with IP network
* endpoints (SOCK_RAW sockets on Linux and BSD-derived systems) or LwIP
* raw protocol control blocks, as the system is configured accordingly.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/inet/TCPEndPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @file
* This file implements the <tt>Inet::TCPEndPoint</tt> class,
* where the Nest Inet Layer encapsulates methods for interacting
* where the CHIP Inet Layer encapsulates methods for interacting
* with TCP transport endpoints (SOCK_DGRAM sockets on Linux and
* BSD-derived systems) or LwIP TCP protocol control blocks, as
* the system is configured accordingly.
Expand Down
4 changes: 2 additions & 2 deletions src/inet/TCPEndPoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @file
* This header file defines the <tt>Inet::TCPEndPoint</tt>
* class, where the Nest Inet Layer encapsulates methods for
* class, where the CHIP Inet Layer encapsulates methods for
* interacting with TCP transport endpoints (SOCK_DGRAM sockets
* on Linux and BSD-derived systems) or LwIP TCP protocol
* control blocks, as the system is configured accordingly.
Expand All @@ -41,7 +41,7 @@ class InetLayer;
* @brief Objects of this class represent TCP transport endpoints.
*
* @details
* Nest Inet Layer encapsulates methods for interacting with TCP transport
* CHIP Inet Layer encapsulates methods for interacting with TCP transport
* endpoints (SOCK_STREAM sockets on Linux and BSD-derived systems) or LwIP
* TCP protocol control blocks, as the system is configured accordingly.
*/
Expand Down
4 changes: 2 additions & 2 deletions src/inet/TunEndPoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @file
* This header file defines the <tt>Inet::TunEndPoint</tt> class, where
* the Nest Inet Layer encapsulates its foundational logic for the chip
* the CHIP Inet Layer encapsulates its foundational logic for the chip
* tunneling agent.
*/

Expand Down Expand Up @@ -90,7 +90,7 @@ class IPPacketInfo;
* @brief Objects of this class represent tunnel interfaces.
*
* @details
* Nest Inet Layer encapsulates methods for interacting on both POSIX systems
* CHIP Inet Layer encapsulates methods for interacting on both POSIX systems
* and LwIP systems with an IP-in-IP tunneling mechanism for supporting the
* chip tunnel agent.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/inet/UDPEndPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @file
* This file implements the <tt>Inet::UDPEndPoint</tt>
* class, where the Nest Inet Layer encapsulates methods for
* class, where the CHIP Inet Layer encapsulates methods for
* interacting with UDP transport endpoints (SOCK_DGRAM sockets
* on Linux and BSD-derived systems) or LwIP UDP protocol
* control blocks, as the system is configured accordingly.
Expand Down
4 changes: 2 additions & 2 deletions src/inet/UDPEndPoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @file
* This header file defines the <tt>Inet::UDPEndPoint</tt>
* class, where the Nest Inet Layer encapsulates methods for
* class, where the CHIP Inet Layer encapsulates methods for
* interacting with UDP transport endpoints (SOCK_DGRAM sockets
* on Linux and BSD-derived systems) or LwIP UDP protocol
* control blocks, as the system is configured accordingly.
Expand All @@ -42,7 +42,7 @@ class IPPacketInfo;
* @brief Objects of this class represent UDP transport endpoints.
*
* @details
* Nest Inet Layer encapsulates methods for interacting with UDP transport
* CHIP Inet Layer encapsulates methods for interacting with UDP transport
* endpoints (SOCK_DGRAM sockets on Linux and BSD-derived systems) or LwIP
* UDP protocol control blocks, as the system is configured accordingly.
*/
Expand Down

0 comments on commit d1b6375

Please sign in to comment.