Home
last modified time | relevance | path

Searched refs:DHCP6State (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/libsystemd-network/
Ddhcp6-protocol.h53 typedef enum DHCP6State { enum
63 } DHCP6State; typedef
152 const char *dhcp6_state_to_string(DHCP6State s) _const_;
Ddhcp6-protocol.c16 DEFINE_STRING_TABLE_LOOKUP_TO_STRING(dhcp6_state, DHCP6State);
Ddhcp6-internal.h51 DHCP6State state;
Dsd-dhcp6-client.c33 static int client_start_transaction(sd_dhcp6_client *client, DHCP6State state);
520 static void client_set_state(sd_dhcp6_client *client, DHCP6State state) { in client_set_state()
886 static int client_start_transaction(sd_dhcp6_client *client, DHCP6State state) { in client_start_transaction()
944 DHCP6State state; in client_timeout_expire()
1323 DHCP6State state = DHCP6_STATE_SOLICITATION; in sd_dhcp6_client_start()
Dfuzz-dhcp6-client.c24 static void fuzz_client(sd_dhcp6_client *client, const uint8_t *data, size_t size, DHCP6State state… in fuzz_client()