DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
iplink_req Struct Reference

IP Netlink request. More...

Data Fields

struct nlmsghdr n
 Netlink message header. More...
 
struct ifinfomsg i
 Interface info message. More...
 
char buf [1024]
 Request buffer. More...
 

Detailed Description

IP Netlink request.

Definition at line 85 of file interface.c.

Field Documentation

char iplink_req::buf[1024]

Request buffer.

Definition at line 91 of file interface.c.

struct ifinfomsg iplink_req::i

Interface info message.

Definition at line 89 of file interface.c.

Referenced by set_interface_addr(), set_interface_flags(), and set_interface_name().

struct nlmsghdr iplink_req::n

Netlink message header.

Definition at line 87 of file interface.c.

Referenced by create_kernmac(), create_kernvlan(), set_interface_addr(), set_interface_flags(), and set_interface_name().


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