miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
net_ipv4_config_t Struct Reference

#include <net_config.h>

Public Attributes

uint8_t address [4]
uint8_t netmask [4]
uint8_t gateway [4]
uint8_t dns [4]
uint8_t mac [6]
char if_name [8]

Member Data Documentation

◆ address

uint8_t net_ipv4_config_t::address[4]

◆ dns

uint8_t net_ipv4_config_t::dns[4]

◆ gateway

uint8_t net_ipv4_config_t::gateway[4]

◆ if_name

char net_ipv4_config_t::if_name[8]

◆ mac

uint8_t net_ipv4_config_t::mac[6]

◆ netmask

uint8_t net_ipv4_config_t::netmask[4]

The documentation for this struct was generated from the following file: