Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
Diff: core/uip/NyLPC_cIPv4Config.h
- Revision:
- 24:6ee4ba298152
- Parent:
- 13:a71705c5e6fd
- Child:
- 27:eb66b517efe6
diff -r 3a5e991c1f10 -r 6ee4ba298152 core/uip/NyLPC_cIPv4Config.h
--- a/core/uip/NyLPC_cIPv4Config.h Mon Apr 29 01:28:22 2013 +0000
+++ b/core/uip/NyLPC_cIPv4Config.h Mon Apr 29 07:51:25 2013 +0000
@@ -59,11 +59,11 @@
{
/** イーサネットアドレスを格納します。*/
struct NyLPC_TEthAddr eth_mac;
- /** IPアドレスを格納します。*/
+ /** IPアドレスを格納します。Network orderです。*/
struct NyLPC_TIPv4Addr ip_addr;
- /** ネットマスクを格納します。*/
+ /** ネットマスクを格納します。Network orderです。*/
struct NyLPC_TIPv4Addr netmask;
- /** デフォルトゲートウェイアドレスを格納します。*/
+ /** デフォルトゲートウェイアドレスを格納します。Network orderです。*/
struct NyLPC_TIPv4Addr dr_addr;
/** デフォルトMMSサイズです。送信パケットのMSS値、受信パケットのデフォルトMSS値として使います。*/
NyLPC_TUInt16 default_mss;
