repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2004-11-29 Roland McGrath <roland@redhat.com>
[glibc.git]
/
include
/
net
/
if.h
blob
872ab6da159c904fcba368528a7ab4434d5b8285
1
#ifndef _NET_IF_H
2
3
# include_next <net/if.h>
4
5
libc_hidden_proto
(
if_nametoindex
)
6
libc_hidden_proto
(
if_indextoname
)
7
libc_hidden_proto
(
if_nameindex
)
8
libc_hidden_proto
(
if_freenameindex
)
9
10
#endif