|
RADPx-OS Kernel (Radical Posix OS)
Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
|
Public data structure for rad_net_stack_config. More...
#include <radkernel.h>
Collaboration diagram for rad_net_stack_config:Public Attributes | |
| uint32_t | size |
| Public structure field. | |
| rad_ipv4_address_t | ipv4 |
| Runtime IPv4 address assigned to the stack. | |
| rad_ipv4_address_t | netmask |
| Runtime IPv4 netmask. | |
| rad_ipv4_address_t | gateway |
| Runtime default gateway. | |
| rad_ipv4_address_t | ntp_server |
| Runtime default NTP/SNTP server address. | |
| uint16_t | ntp_port |
| Runtime default NTP/SNTP UDP port. | |
| uint16_t | flags |
| Reserved for future DHCP/link policy flags. | |
Public data structure for rad_net_stack_config.