repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
headers
/
posix
/
net
/
if_types.h
blob
fda4534f03fd37141e9f34945bc44dd8895d5732
1
/*
2
* Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
3
* Distributed under the terms of the MIT License.
4
*/
5
#ifndef _NET_IF_TYPES_H
6
#define _NET_IF_TYPES_H
7
8
9
#define IFT_OTHER 0x01
10
#define IFT_ETHER 0x06
11
#define IFT_PPP 0x17
12
#define IFT_LOOP 0x18
13
#define IFT_SLIP 0x1c
14
#define IFT_MODEM 0x30
15
16
#endif
/* _NET_IF_TYPES_H */