Searched refs:DHCP6State (Results 1 – 5 of 5) sorted by relevance
53 typedef enum DHCP6State { enum63 } DHCP6State; typedef152 const char *dhcp6_state_to_string(DHCP6State s) _const_;
16 DEFINE_STRING_TABLE_LOOKUP_TO_STRING(dhcp6_state, DHCP6State);
51 DHCP6State state;
33 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()
24 static void fuzz_client(sd_dhcp6_client *client, const uint8_t *data, size_t size, DHCP6State state… in fuzz_client()