blob: d019978ab5c418dc0dfb70e47391c79251e6cce4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef ISO
type {struct if_nameindex}
element {struct if_nameindex} {unsigned int} if_index
element {struct if_nameindex} {char*} if_name
macro IF_NAMESIZE
function {unsigned int} if_nametoindex (const char*)
function {char*} if_indextoname (unsigned int, char*)
function {struct if_nameindex*} if_nameindex (void)
function void if_freenameindex (struct if_nameindex*)
allow *_t
allow IF_*
#endif
|