about summary refs log tree commit diff
path: root/src/systemd/src/libsystemd-network/arp-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd/src/libsystemd-network/arp-util.h')
-rw-r--r--src/systemd/src/libsystemd-network/arp-util.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/systemd/src/libsystemd-network/arp-util.h b/src/systemd/src/libsystemd-network/arp-util.h
deleted file mode 100644
index 9a4427e8..00000000
--- a/src/systemd/src/libsystemd-network/arp-util.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
-#pragma once
-
-/***
-  Copyright © 2014 Axis Communications AB. All rights reserved.
-***/
-
-#include <net/ethernet.h>
-
-#include "socket-util.h"
-#include "sparse-endian.h"
-
-int arp_network_bind_raw_socket(int index, be32_t address, const struct ether_addr *eth_mac);
-
-int arp_send_probe(int fd, int ifindex,
-                   be32_t pa, const struct ether_addr *ha);
-int arp_send_announcement(int fd, int ifindex,
-                          be32_t pa, const struct ether_addr *ha);