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
ipaddr_req Struct Reference

IP Netlink IP addr request. More...

Data Fields

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

Detailed Description

IP Netlink IP addr request.

Definition at line 95 of file interface.c.

Field Documentation

char ipaddr_req::buf[1024]

Request buffer.

Definition at line 101 of file interface.c.

struct ifaddrmsg ipaddr_req::i

Interface addr message.

Definition at line 99 of file interface.c.

Referenced by set_interface_ipaddr().

struct nlmsghdr ipaddr_req::n

Netlink message header.

Definition at line 97 of file interface.c.

Referenced by set_interface_ipaddr().


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