ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-fcntl.h File Reference
#include <stdarg.h>
#include <fcntl.h>
+ Include dependency graph for dce-fcntl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int dce_creat (const char *path, mode_t mode)
int dce_fcntl (int fd, int cmd,...)
int dce_open (const char *path, int flags,...)
int dce_open64 (const char *path, int flags,...)
int dce_unlinkat (int dirfd, const char *pathname, int flags)

Function Documentation

int dce_creat ( const char *  path,
mode_t  mode 
)

Definition at line 138 of file dce-fd.cc.

References dce_open().

Referenced by ns3::DceManager::CreatePidFile().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int dce_fcntl ( int  fd,
int  cmd,
  ... 
)

Definition at line 656 of file dce-fd.cc.

References ns3::Current(), dce_dup(), OPENED_FD_METHOD, and ns3::UtilsGetNodeId().

+ Here is the call graph for this function:

int dce_open ( const char *  path,
int  flags,
  ... 
)
int dce_open64 ( const char *  path,
int  flags,
  ... 
)

Definition at line 67 of file dce-fd.cc.

References dce_open().

+ Here is the call graph for this function:

int dce_unlinkat ( int  dirfd,
const char *  pathname,
int  flags 
)