summaryrefslogtreecommitdiffstats
path: root/pimd/mtracebis_routeget.h
blob: cf97723dafe015bab4de4c20296477aa9877585f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Multicast Traceroute for FRRouting
 * Copyright (C) 2018  Mladen Sablic
 */

#ifdef __linux__

#ifndef ROUTEGET_H
#define ROUTEGET_H

#include <netinet/in.h>

int routeget(struct in_addr dst, struct in_addr *src, struct in_addr *gw);

#endif /* ROUTEGET */

#endif /* __linux__ */