2.9
[glibc/nacl-glibc.git] / conform / data / net / if.h-data
blobd019978ab5c418dc0dfb70e47391c79251e6cce4
1 #ifndef ISO
2 type {struct if_nameindex}
4 element {struct if_nameindex} {unsigned int} if_index
5 element {struct if_nameindex} {char*} if_name
7 macro IF_NAMESIZE
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*)
14 allow *_t
15 allow IF_*
16 #endif