vfs: check userland buffers before reading them.
[haiku.git] / headers / posix / net / if_types.h
blobfda4534f03fd37141e9f34945bc44dd8895d5732
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
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
16 #endif /* _NET_IF_TYPES_H */