Home
last modified time | relevance | path

Searched refs:NSOC_IP_ALEN (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/net/compatible/nsoc/
Dnsoc_entry.h42 u8 prAddr[NSOC_IP_ALEN]; /**< IPアドレス */
52 u8 addr[NSOC_IP_ALEN]; /**< IPアドレス */
53 u8 netMask[NSOC_IP_ALEN]; /**< サブネットマスク */
54 u8 bcastAddr[NSOC_IP_ALEN]; /**< ブロードキャストアドレス */
68 u8 dst[NSOC_IP_ALEN]; /**< 宛先IPアドレス */
69 u8 netmask[NSOC_IP_ALEN]; /**< サブネットマスク */
70 u8 gateway[NSOC_IP_ALEN]; /**< next-hopゲートウエイ */
Dnsoc_user.h380 #define NSOC_IP_ALEN 4 /**< IPv4アドレス長 */ macro