LLDP MIB module implementation. More...
Go to the source code of this file.
Functions | |
error_t | lldpMibInit (void) |
LLDP MIB module initialization. More... | |
void | lldpMibLock (void) |
Lock LLDP MIB base. More... | |
void | lldpMibUnlock (void) |
Unlock LLDP MIB base. More... | |
error_t | lldpMibSetLldpAgentContext (LldpAgentContext *context) |
Attach LLDP agent context. More... | |
Detailed Description
LLDP MIB module implementation.
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2010-2024 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneTCP Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Version
- 2.4.4
Definition in file lldp_mib_impl.h.
Function Documentation
◆ lldpMibInit()
error_t lldpMibInit | ( | void | ) |
◆ lldpMibLock()
void lldpMibLock | ( | void | ) |
Lock LLDP MIB base.
Definition at line 71 of file lldp_mib_impl.c.
◆ lldpMibSetLldpAgentContext()
error_t lldpMibSetLldpAgentContext | ( | LldpAgentContext * | context | ) |
Attach LLDP agent context.
- Parameters
-
[in] context Pointer to the LLDP agent context
- Returns
- Error code
Definition at line 95 of file lldp_mib_impl.c.
◆ lldpMibUnlock()
void lldpMibUnlock | ( | void | ) |
Unlock LLDP MIB base.
Definition at line 82 of file lldp_mib_impl.c.