Choco OS
V.0.16.9.0
Join to the chocolate world
|
stores network interface IPv4 informations More...
#include <oc_net.h>
Data Fields | |
oC_Net_Ipv4_t | IP |
IP of the network interface. | |
oC_Net_Ipv4_t | NetIP |
IP of the local network (router IP) | |
oC_Net_Ipv4_t | Netmask |
Local network mask. | |
oC_Net_Ipv4_t | DhcpIP |
IP of the local DHCP server. | |
char | DhcpServerName [DHCP_SERVER_NAME_LENGTH] |
Name of the local DHCP server. | |
oC_Net_Ipv4_t | GatewayIP |
Default gateway IP. | |
oC_Net_Ipv4_t | DnsIP |
IP of the local DNS server. | |
oC_MemorySize_t | MTU |
MTU (Maximum Transmission Unit) for the local network. | |
oC_Net_Ipv4_t | BroadcastIP |
IP that should be used for broadcasting. | |
uint8_t | DefaultTTL |
Default TTL value for the IPv4 packets. | |
oC_Net_Ipv4_t | NtpIP |
Main Network Time Protocol Server available in the subnetwork. | |
oC_Time_t | LeaseTime |
IP lease time. | |
oC_Timestamp_t | IpExpiredTimestamp |
Timestamp of IP expiration. | |
oC_Net_HardwareAddress_t | HardwareRouterAddress |
HW address of the local router. | |
The type is for storing network interface informations of IPv4