This is the complete list of members for ns3::UnixFileFdBase, including all inherited members.
Accept(struct sockaddr *my_addr, socklen_t *addrlen) | ns3::UnixFileFdBase | virtual |
AddWaitQueue(WaitQueueEntry *, bool andRegister) | ns3::UnixFd | protected |
Bind(const struct sockaddr *my_addr, socklen_t addrlen) | ns3::UnixFileFdBase | virtual |
CanRecv(void) const | ns3::UnixFileFdBase | virtual |
CanSend(void) const | ns3::UnixFileFdBase | virtual |
Close(void)=0 | ns3::UnixFd | pure virtual |
Connect(const struct sockaddr *my_addr, socklen_t addrlen) | ns3::UnixFileFdBase | virtual |
DecFdCount(void) | ns3::UnixFd | |
Fcntl(int cmd, unsigned long arg) | ns3::UnixFileFdBase | virtual |
Ftruncate(off_t length) | ns3::UnixFileFdBase | virtual |
Fxstat(int ver, struct::stat *buf) | ns3::UnixFileFdBase | virtual |
Fxstat64(int ver, struct::stat64 *buf) | ns3::UnixFileFdBase | virtual |
GetFdCount(void) const | ns3::UnixFd | |
Getpeername(struct sockaddr *name, socklen_t *namelen) | ns3::UnixFileFdBase | virtual |
GetRealFd(void) const | ns3::UnixFileFdBase | virtual |
Getsockname(struct sockaddr *name, socklen_t *namelen) | ns3::UnixFileFdBase | virtual |
Getsockopt(int level, int optname, void *optval, socklen_t *optlen) | ns3::UnixFileFdBase | virtual |
Gettime(struct itimerspec *cur_value) const | ns3::UnixFileFdBase | virtual |
GetTypeId(void) | ns3::UnixFd | static |
HangupReceived(void) const | ns3::UnixFileFdBase | virtual |
IncFdCount(void) | ns3::UnixFd | |
Ioctl(int request, char *argp) | ns3::UnixFileFdBase | virtual |
Isatty(void) const | ns3::UnixFileFdBase | virtual |
Listen(int backlog) | ns3::UnixFileFdBase | virtual |
Lseek(off64_t offset, int whence) | ns3::UnixFileFdBase | virtual |
m_fdFlags | ns3::UnixFd | protected |
m_realFd | ns3::UnixFileFdBase | private |
m_statusFlags | ns3::UnixFd | protected |
Mmap(void *start, size_t length, int prot, int flags, off64_t offset) | ns3::UnixFileFdBase | virtual |
PeekRealFd(void) const | ns3::UnixFileFdBase | protected |
Poll(PollTable *ptable) | ns3::UnixFileFdBase | virtual |
Read(void *buf, size_t count) | ns3::UnixFileFdBase | virtual |
Recvmsg(struct msghdr *msg, int flags) | ns3::UnixFileFdBase | virtual |
RemoveWaitQueue(WaitQueueEntry *, bool andUnregister) | ns3::UnixFd | protected |
Sendmsg(const struct msghdr *msg, int flags) | ns3::UnixFileFdBase | virtual |
Setsockopt(int level, int optname, const void *optval, socklen_t optlen) | ns3::UnixFileFdBase | virtual |
Settime(int flags, const struct itimerspec *new_value, struct itimerspec *old_value) | ns3::UnixFileFdBase | virtual |
Shutdown(int how) | ns3::UnixFileFdBase | virtual |
Ttyname(void) | ns3::UnixFd | virtual |
UnixFd() | ns3::UnixFd | protected |
UnixFileFdBase(int realFd) | ns3::UnixFileFdBase | |
WakeWaiters(void *key) | ns3::UnixFd | protected |
Write(const void *buf, size_t count) | ns3::UnixFileFdBase | virtual |
~UnixFileFdBase() | ns3::UnixFileFdBase | virtual |