mikroSDK Reference Manual
lldp_procedures.h
Go to the documentation of this file.
1
31#ifndef _LLDP_PROCEDURES_H
32#define _LLDP_PROCEDURES_H
33
34//Dependencies
35#include "core/net.h"
36#include "lldp/lldp.h"
37
38//C++ guard
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43//LLDP agent related functions
44void lldpMibConstrInfoLldpdu(LldpPortEntry *port);
45void lldpMibConstrShutdownLldpdu(LldpPortEntry *port);
46void lldpTxFrame(LldpPortEntry *port);
47void lldpTxInitializeLLDP(LldpPortEntry *port);
48void lldpMibDeleteObjects(LldpPortEntry *port);
49void lldpMibUpdateObjects(LldpPortEntry *port);
50void lldpRxInitializeLLDP(LldpPortEntry *port);
51void lldpRxProcessFrame(LldpPortEntry *port);
52
53//C++ guard
54#ifdef __cplusplus
55}
56#endif
57
58#endif
LLDP (Link Layer Discovery Protocol)
TCP/IP stack core.