FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
b
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
Functions
d
f
g
l
m
n
o
p
t
v
Variables
Typedefs
Enumerations
Enumerator
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
c
e
g
h
k
m
n
o
r
s
Related Functions
c
d
e
h
i
m
o
p
r
s
v
Source
Files
Symbols
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
lldp.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2017 Cisco and/or its affiliates.
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
* you may not use this file except in compliance with the License.
5
* You may obtain a copy of the License at:
6
*
7
* http://www.apache.org/licenses/LICENSE-2.0
8
*
9
* Unless required by applicable law or agreed to in writing, software
10
* distributed under the License is distributed on an "AS IS" BASIS,
11
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
* See the License for the specific language governing permissions and
13
* limitations under the License.
14
*/
15
/**
16
* @file
17
* @brief LLDP external definition
18
*/
19
#ifndef __included_lldp_h__
20
#define __included_lldp_h__
21
22
typedef
enum
lldp_cfg_err
23
{
24
lldp_ok
,
25
lldp_not_supported
,
26
lldp_invalid_arg
,
27
lldp_internal_error
,
28
}
lldp_cfg_err_t
;
29
30
lldp_cfg_err_t
lldp_cfg_intf_set
(
u32
hw_if_index,
u8
** port_desc,
31
u8
**mgmt_ip4,
u8
**mgmt_ip6,
u8
**mgmt_oid,
int
enable);
32
lldp_cfg_err_t
lldp_cfg_set
(
u8
**
host
,
int
hold_time,
int
tx_interval);
33
34
extern
const
u8
lldp_mac_addr
[6];
35
36
#endif
/* __included_lldp_h__ */
lldp_cfg_set
lldp_cfg_err_t lldp_cfg_set(u8 **host, int hold_time, int tx_interval)
Definition:
lldp_cli.c:202
lldp_cfg_err_t
enum lldp_cfg_err lldp_cfg_err_t
lldp_cfg_err
lldp_cfg_err
Definition:
lldp.h:22
lldp_cfg_intf_set
lldp_cfg_err_t lldp_cfg_intf_set(u32 hw_if_index, u8 **port_desc, u8 **mgmt_ip4, u8 **mgmt_ip6, u8 **mgmt_oid, int enable)
Definition:
lldp_cli.c:49
lldp_not_supported
@ lldp_not_supported
Definition:
lldp.h:25
lldp_mac_addr
const u8 lldp_mac_addr[6]
Definition:
lldp_output.c:269
host
description ARP replies copied to host
Definition:
lcp.api:169
u32
unsigned int u32
Definition:
types.h:88
lldp_invalid_arg
@ lldp_invalid_arg
Definition:
lldp.h:26
u8
unsigned char u8
Definition:
types.h:56
lldp_ok
@ lldp_ok
Definition:
lldp.h:24
lldp_internal_error
@ lldp_internal_error
Definition:
lldp.h:27
src
plugins
lldp
lldp.h
Generated on Sat Jan 8 2022 10:04:07 for FD.io VPP by
1.8.17