d019978ab5c418dc0dfb70e47391c79251e6cce4
[platform/upstream/glibc.git] / conform / data / net / if.h-data
1 #ifndef ISO
2 type {struct if_nameindex}
3
4 element {struct if_nameindex} {unsigned int} if_index
5 element {struct if_nameindex} {char*} if_name
6
7 macro IF_NAMESIZE
8
9 function {unsigned int} if_nametoindex (const char*)
10 function {char*} if_indextoname (unsigned int, char*)
11 function {struct if_nameindex*} if_nameindex (void)
12 function void if_freenameindex (struct if_nameindex*)
13
14 allow *_t
15 allow IF_*
16 #endif