]> git.proxmox.com Git - mirror_frr.git/blame - pimd/pim_join.h
*: auto-convert to SPDX License IDs
[mirror_frr.git] / pimd / pim_join.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
12e41d03 2/*
896014f4
DL
3 * PIM for Quagga
4 * Copyright (C) 2008 Everton da Silva Marques
896014f4 5 */
12e41d03
DL
6
7#ifndef PIM_JOIN_H
8#define PIM_JOIN_H
9
10#include <zebra.h>
11
12#include "if.h"
13
14#include "pim_neighbor.h"
15
d62a17ae 16int pim_joinprune_recv(struct interface *ifp, struct pim_neighbor *neigh,
17280eee 17 pim_addr src_addr, uint8_t *tlv_buf, int tlv_buf_size);
12e41d03 18
d62a17ae 19int pim_joinprune_send(struct pim_rpf *nexthop, struct list *groups);
12e41d03
DL
20
21#endif /* PIM_JOIN_H */