mbgtools-lx  4.2.8
Network configuration stuff

Modules

 Basic network parameter types
 
 Definitions used with VLAN configuration
 
 Simple IPv4-only configuration or status
 
 Types used for extended network configuration and status
 
 Extended network configuration and status
 

Macros

#define MBG_IFNAMSIZ   16
 The maximum length of an interface name. More...
 

Enumerations

enum  MBG_NET_HW_TYPES { MBG_NET_HW_TYPE_UNKNOWN, MBG_ARPHRD_ETHER, N_MBG_NET_HW_TYPES }
 Hardware type for identification of physical interfaces. More...
 

Detailed Description

Macro Definition Documentation

◆ MBG_IFNAMSIZ

#define MBG_IFNAMSIZ   16

The maximum length of an interface name.

We use an extra name here for the Meinberg-specific structures to avoid a name clash with system definitions, e.g. Linux systems define IFNAMSIZ usually as 16 in linux/if.h.

Definition at line 11168 of file gpsdefs.h.

Enumeration Type Documentation

◆ MBG_NET_HW_TYPES

Hardware type for identification of physical interfaces.

Enumerator
MBG_NET_HW_TYPE_UNKNOWN 
MBG_ARPHRD_ETHER 
N_MBG_NET_HW_TYPES 

Definition at line 11175 of file gpsdefs.h.