File: genl.h

package info (click to toggle)
batctl 2026.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 852 kB
  • sloc: ansic: 12,083; makefile: 155; sh: 21
file content (18 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) B.A.T.M.A.N. contributors:
 *
 * Marek Lindner <marek.lindner@mailbox.org>
 *
 * License-Filename: LICENSES/preferred/GPL-2.0
 */

#ifndef _BATCTL_GENL_H
#define _BATCTL_GENL_H

#include <netlink/genl/genl.h>
#include <netlink/genl/ctrl.h>

int nl_get_multicast_id(struct nl_sock *sock, const char *family,
			const char *group);

#endif /* _BATCTL_GENL_H */