Searched defs:notify_event (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dsd-dhcp-client.c1381 int r = 0, notify_event = 0; local
1437 notify_event = SD_DHCP_CLIENT_EVENT_IP_ACQUIRE;
1439 notify_event = r;
1463 if (notify_event) {
1464 client_notify(client, notify_event);

Completed in 868 milliseconds