Go to the source code of this file.
Functions | |
void * | dce_mmap (void *start, size_t length, int prot, int flags, int fd, off_t offset) |
void * | dce_mmap64 (void *start, size_t length, int prot, int flags, int fd, off64_t offset) |
int | dce_munmap (void *start, size_t length) |
void* dce_mmap | ( | void * | start, |
size_t | length, | ||
int | prot, | ||
int | flags, | ||
int | fd, | ||
off_t | offset | ||
) |
Definition at line 615 of file dce-fd.cc.
References dce_mmap64().
void* dce_mmap64 | ( | void * | start, |
size_t | length, | ||
int | prot, | ||
int | flags, | ||
int | fd, | ||
off64_t | offset | ||
) |
Definition at line 621 of file dce-fd.cc.
References ns3::Current(), OPENED_FD_METHOD_ERR, and ns3::UtilsGetNodeId().
Referenced by dce_mmap().
int dce_munmap | ( | void * | start, |
size_t | length | ||
) |
Definition at line 630 of file dce-fd.cc.
References ns3::Current(), ns3::Thread::err, errno, and ns3::UtilsGetNodeId().