Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
8726da25
Commit
8726da25
authored
Jun 08, 2004
by
osdl.org!shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make prototypes align with functions.
(Logical change 1.16)
parent
5dfe5561
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
include/rt_names.h
include/rt_names.h
+10
-8
No files found.
include/rt_names.h
View file @
8726da25
#ifndef RT_NAMES_H_
#define RT_NAMES_H_ 1
const
char
*
rtnl_rtprot_n2a
(
int
id
,
char
*
buf
,
int
len
);
const
char
*
rtnl_rtscope_n2a
(
int
id
,
char
*
buf
,
int
len
);
const
char
*
rtnl_rttable_n2a
(
int
id
,
char
*
buf
,
int
len
);
const
char
*
rtnl_rtrealm_n2a
(
int
id
,
char
*
buf
,
int
len
);
const
char
*
rtnl_dsfield_n2a
(
int
id
,
char
*
buf
,
int
len
);
int
rtnl_rtprot_a2n
(
int
*
id
,
char
*
arg
);
int
rtnl_rtscope_a2n
(
int
*
id
,
char
*
arg
);
int
rtnl_rttable_a2n
(
int
*
id
,
char
*
arg
);
#include <asm/types.h>
char
*
rtnl_rtprot_n2a
(
int
id
,
char
*
buf
,
int
len
);
char
*
rtnl_rtscope_n2a
(
int
id
,
char
*
buf
,
int
len
);
char
*
rtnl_rttable_n2a
(
int
id
,
char
*
buf
,
int
len
);
char
*
rtnl_rtrealm_n2a
(
int
id
,
char
*
buf
,
int
len
);
char
*
rtnl_dsfield_n2a
(
int
id
,
char
*
buf
,
int
len
);
int
rtnl_rtprot_a2n
(
__u32
*
id
,
char
*
arg
);
int
rtnl_rtscope_a2n
(
__u32
*
id
,
char
*
arg
);
int
rtnl_rttable_a2n
(
__u32
*
id
,
char
*
arg
);
int
rtnl_rtrealm_a2n
(
__u32
*
id
,
char
*
arg
);
int
rtnl_dsfield_a2n
(
__u32
*
id
,
char
*
arg
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment