]> git.decadent.org.uk Git - odhcp6c.git/blob - src/bfd.h
0d3616a9fd9e561b3843c07317950abc10d5ef5b
[odhcp6c.git] / src / bfd.h
1 /**
2  * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License v2 as published by
6  * the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  * GNU General Public License for more details.
12  *
13  */
14 #pragma once
15
16 int bfd_start(const char *ifname, int limit, int interval);
17 void bfd_receive(void);
18 void bfd_stop(void);