]> git.proxmox.com Git - mirror_frr.git/blame - isisd/iso_checksum.h
pimd: When doing json output do not output non-json strings
[mirror_frr.git] / isisd / iso_checksum.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
eb5d44eb 2/*
3 * IS-IS Rout(e)ing protocol - iso_checksum.c
4 * ISO checksum related routines
5 *
6 * Copyright (C) 2001,2002 Sampo Saaristo
d62a17ae 7 * Tampere University of Technology
eb5d44eb 8 * Institute of Communications Engineering
eb5d44eb 9 */
10#ifndef _ZEBRA_ISO_CSUM_H
11#define _ZEBRA_ISO_CSUM_H
12
d7c0a89a 13int iso_csum_verify(uint8_t *buffer, int len, uint16_t csum, int offset);
eb5d44eb 14
15#endif /* _ZEBRA_ISO_CSUM_H */