repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: fix a null dereference on out-of-memory
[minix.git]
/
include
/
net
/
if.h
blob
39446f23f2dc1f77396c51588ea43d035c385906
1
#ifndef _NET_IF_H_
2
#define _NET_IF_H_
3
4
#define IFF_UP 0x0001
/* interface is up */
5
6
#endif
/* _NET_IF_H_ */