/* * Copyright (C) 2020 iopsys Software Solutions AB * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation * * Author: Anis Ellouze * Author: Amin Ben Ramdhane * */ #ifndef __IP_H #define __IP_H #include extern DMOBJ tIPObj[]; extern DMLEAF tIPParams[]; extern DMOBJ tIPInterfaceObj[]; extern DMLEAF tIPInterfaceParams[]; extern DMLEAF tIPInterfaceIPv4AddressParams[]; extern DMLEAF tIPInterfaceIPv6AddressParams[]; extern DMLEAF tIPInterfaceIPv6PrefixParams[]; extern DMLEAF tIPInterfaceStatsParams[]; #endif //__IP_H