ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-ioctl.h
Go to the documentation of this file.
1 #ifndef DCE_IOCTL_H
2 #define DCE_IOCTL_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 int dce_ioctl (int d, long unsigned int request, ...);
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 
15 #endif /* DCE_IOCTL_H */