ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-if.h
Go to the documentation of this file.
1 #ifndef DCE_IF_H
2 #define DCE_IF_H
3 
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
9 unsigned dce_if_nametoindex (const char *ifname);
10 char * dce_if_indextoname (unsigned ifindex, char *ifname);
11 
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif /* DCE_IF_H */