freewtp/src/common/capwap_element_wtpstaticipaddress.h

16 lines
441 B
C
Raw Normal View History

2013-05-01 14:52:55 +02:00
#ifndef __CAPWAP_ELEMENT_WTPSTATICIPADDRESS_HEADER__
#define __CAPWAP_ELEMENT_WTPSTATICIPADDRESS_HEADER__
#define CAPWAP_ELEMENT_WTPSTATICIPADDRESS 49
struct capwap_wtpstaticipaddress_element {
struct in_addr address;
struct in_addr netmask;
struct in_addr gateway;
uint8_t staticip;
2013-05-01 14:52:55 +02:00
};
2016-03-07 18:07:46 +01:00
extern const struct capwap_message_elements_ops capwap_element_wtpstaticipaddress_ops;
2013-05-01 14:52:55 +02:00
#endif /* __CAPWAP_ELEMENT_WTPSTATICIPADDRESS_HEADER__ */