Blame include/rtm_map.h

Packit Service 3880ab
/* SPDX-License-Identifier: GPL-2.0 */
Packit Service 3880ab
#ifndef __RTM_MAP_H__
Packit Service 3880ab
#define __RTM_MAP_H__ 1
Packit Service 3880ab
Packit Service 3880ab
char *rtnl_rtntype_n2a(int id, char *buf, int len);
Packit Service 3880ab
int rtnl_rtntype_a2n(int *id, char *arg);
Packit Service 3880ab
Packit Service 3880ab
int get_rt_realms_or_raw(__u32 *realms, char *arg);
Packit Service 3880ab
Packit Service 3880ab
#endif /* __RTM_MAP_H__ */