#include <unistd.h>
#include "sd-event.h"
-#include "sd-lldp.h"
+#include "sd-lldp-rx.h"
#include "fd-util.h"
#include "fuzz.h"
#include "ether-addr-util.h"
#include "hexdecoct.h"
#include "in-addr-util.h"
-#include "lldp-internal.h"
#include "lldp-neighbor.h"
#include "memory-util.h"
#include "missing_network.h"
#include <stdbool.h>
#include <sys/types.h>
-#include "sd-lldp.h"
+#include "sd-lldp-rx.h"
#include "hash-funcs.h"
-#include "lldp-internal.h"
+#include "lldp-rx-internal.h"
#include "time-util.h"
typedef struct LLDPNeighborID {
#pragma once
#include "sd-event.h"
-#include "sd-lldp.h"
+#include "sd-lldp-rx.h"
#include "hashmap.h"
#include "log-link.h"
dhcp6-protocol.h
icmp6-util.c
icmp6-util.h
- lldp-internal.h
lldp-neighbor.c
lldp-neighbor.h
lldp-network.c
lldp-network.h
+ lldp-rx-internal.h
ndisc-internal.h
ndisc-router.c
ndisc-router.h
sd-dhcp6-lease.c
sd-ipv4acd.c
sd-ipv4ll.c
- sd-lldp.c
+ sd-lldp-rx.c
sd-ndisc.c
sd-radv.c
'''.split())
#include <linux/sockios.h>
#include <sys/ioctl.h>
-#include "sd-lldp.h"
+#include "sd-lldp-rx.h"
#include "alloc-util.h"
#include "ether-addr-util.h"
#include "event-util.h"
#include "fd-util.h"
-#include "lldp-internal.h"
#include "lldp-neighbor.h"
#include "lldp-network.h"
+#include "lldp-rx-internal.h"
#include "memory-util.h"
#include "network-common.h"
#include "socket-util.h"
#include <unistd.h>
#include "sd-event.h"
-#include "sd-lldp.h"
+#include "sd-lldp-rx.h"
#include "alloc-util.h"
#include "fd-util.h"
#include "sd-device.h"
#include "sd-dhcp-client.h"
#include "sd-hwdb.h"
-#include "sd-lldp.h"
+#include "sd-lldp-rx.h"
#include "sd-netlink.h"
#include "sd-network.h"
#include "sd-dhcp6-client.h"
#include "sd-ipv4acd.h"
#include "sd-ipv4ll.h"
-#include "sd-lldp.h"
+#include "sd-lldp-rx.h"
#include "sd-ndisc.h"
#include "sd-radv.h"
#include "sd-netlink.h"
#include "dhcp6-protocol.h"
#include "ethtool-util.h"
#include "ipvlan.h"
-#include "lldp-internal.h"
+#include "lldp-rx-internal.h"
#include "macvlan.h"
#include "ndisc-internal.h"
#include "networkd-link.h"
sd-dhcp-server.h
sd-ipv4acd.h
sd-ipv4ll.h
- sd-lldp.h
+ sd-lldp-rx.h
sd-ndisc.h
sd-netlink.h
sd-network.h
/* SPDX-License-Identifier: LGPL-2.1-or-later */
-#ifndef foosdlldphfoo
-#define foosdlldphfoo
+#ifndef foosdlldprxhfoo
+#define foosdlldprxhfoo
/***
systemd is free software; you can redistribute it and/or modify it