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