Searched refs:client_stop (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | sd-dhcp-client.c | 169 static void client_stop(sd_dhcp_client *client, int error); 347 client_stop(client, SD_DHCP_CLIENT_EVENT_STOP); in sd_dhcp_client_set_mac() 427 client_stop(client, SD_DHCP_CLIENT_EVENT_STOP); in sd_dhcp_client_set_client_id() 512 client_stop(client, SD_DHCP_CLIENT_EVENT_STOP); in dhcp_client_set_iaid_duid_internal() 738 static void client_stop(sd_dhcp_client *client, int error) { in client_stop() function 1351 client_stop(client, r); in client_timeout_resend() 1384 client_stop(client, r); in client_initialize_io_events() 1407 client_stop(client, r); in client_initialize_time_events() 1437 client_stop(client, r); in client_start_delayed() 1488 client_stop(client, r); in client_timeout_t2() [all …]
|
D | sd-dhcp6-client.c | 539 static void client_stop(sd_dhcp6_client *client, int error) { in client_stop() function 827 client_stop(client, SD_DHCP6_CLIENT_EVENT_RETRANS_MAX); in client_timeout_resend() 881 client_stop(client, r); in client_timeout_resend() 937 client_stop(client, r); in client_start_transaction() 952 client_stop(client, SD_DHCP6_CLIENT_EVENT_RESEND_EXPIRE); in client_timeout_expire() 1057 client_stop(client, r); in client_enter_bound_state() 1308 client_stop(client, SD_DHCP6_CLIENT_EVENT_STOP); in sd_dhcp6_client_stop()
|