blob: 1d773acc2d0bf98ab7fbf31311c337d93a611540 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
Copyright © 2014 Tom Gundersen
Copyright © 2014 Susant Sahani
***/
#include "sd-event.h"
int lldp_network_bind_raw_socket(int ifindex);
|