summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-helper-api.h
blob: a03049aac8b00a6b9dafb86d2c83d3b27db832d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// SPDX-License-Identifier: LGPL-2.1+
/*
 * Copyright (C) 2016 Red Hat, Inc.
 */

#ifndef __NM_DHCP_HELPER_API_H__
#define __NM_DHCP_HELPER_API_H__

/*****************************************************************************/

#define NM_DHCP_CLIENT_DBUS_IFACE "org.freedesktop.nm_dhcp_client"

#define NM_DHCP_HELPER_SERVER_BUS_NAME          "org.freedesktop.nm_dhcp_server"
#define NM_DHCP_HELPER_SERVER_OBJECT_PATH       "/org/freedesktop/nm_dhcp_server"
#define NM_DHCP_HELPER_SERVER_INTERFACE_NAME    "org.freedesktop.nm_dhcp_server"
#define NM_DHCP_HELPER_SERVER_METHOD_NOTIFY     "Notify"

/*****************************************************************************/

#endif /* __NM_DHCP_HELPER_API_H__ */