summaryrefslogtreecommitdiffstats
path: root/bgpd/rfapi/rfapi_descriptor_rfp_utils.h
blob: 9e65a70b19ec08211eb7297d0625b7d5122ba530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 *
 * Copyright 2009-2016, LabN Consulting, L.L.C.
 *
 */


extern void *rfapi_create_generic(struct rfapi_ip_addr *vn,
				  struct rfapi_ip_addr *un);

/*------------------------------------------
 * rfapi_free_generic
 *
 * Compare two generic rfapi descriptors.
 *
 * input:
 *    grfd: rfapi descriptor returned by rfapi_open or rfapi_create_generic
 *
 * output:
 *
 * return value:
 *
 *------------------------------------------*/
extern void rfapi_free_generic(void *grfd);