summaryrefslogtreecommitdiff
path: root/conform/data/net/if.h-data
blob: 8a462522d1629aaeeb06e7c07cd6ea7a09b331b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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
#endif