Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions | Variables
netaddrmask.c File Reference
#include <stddef.h>
#include <network.h>
#include <ipv4.h>

Functions

syscall netaddrmask (struct netaddr *a, const struct netaddr *mask)
 

Variables

struct netaddr NETADDR_GLOBAL_IP_BRC
 
struct netaddr NETADDR_GLOBAL_ETH_BRC
 

Variable Documentation

struct netaddr NETADDR_GLOBAL_ETH_BRC
Initial value:
= { NETADDR_ETHERNET, ETH_ADDR_LEN,
{0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}
}
struct netaddr NETADDR_GLOBAL_IP_BRC
Initial value:
= { NETADDR_IPv4, IPv4_ADDR_LEN,
{0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}
}