mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
committed by
Daan De Meyer
parent
8c09b8f128
commit
30200eee52
@@ -13,17 +13,6 @@
|
||||
#include "sparse-endian.h"
|
||||
#include "tlv-util.h"
|
||||
|
||||
typedef enum DHCPRawOption {
|
||||
DHCP_RAW_OPTION_DATA_UINT8,
|
||||
DHCP_RAW_OPTION_DATA_UINT16,
|
||||
DHCP_RAW_OPTION_DATA_UINT32,
|
||||
DHCP_RAW_OPTION_DATA_STRING,
|
||||
DHCP_RAW_OPTION_DATA_IPV4ADDRESS,
|
||||
DHCP_RAW_OPTION_DATA_IPV6ADDRESS,
|
||||
_DHCP_RAW_OPTION_DATA_MAX,
|
||||
_DHCP_RAW_OPTION_DATA_INVALID,
|
||||
} DHCPRawOption;
|
||||
|
||||
typedef struct sd_dhcp_server {
|
||||
unsigned n_ref;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user