The Pedigree Project
0.1
|
This is the complete list of members for LwipSocketSyscalls, including all inherited members.
accept(struct sockaddr *address, socklen_t *addrlen) | LwipSocketSyscalls | virtual |
associate(FileDescriptor *fd) (defined in NetworkSyscalls) | NetworkSyscalls | |
bind(const struct sockaddr *address, socklen_t addrlen) (defined in LwipSocketSyscalls) | LwipSocketSyscalls | virtual |
canPoll() const (defined in LwipSocketSyscalls) | LwipSocketSyscalls | virtual |
connect(const struct sockaddr *address, socklen_t addrlen) | LwipSocketSyscalls | virtual |
create() | LwipSocketSyscalls | virtual |
getDomain() const (defined in NetworkSyscalls) | NetworkSyscalls | inline |
getFileDescriptor() const (defined in NetworkSyscalls) | NetworkSyscalls | inline |
getpeername(struct sockaddr *address, socklen_t *address_len) | LwipSocketSyscalls | virtual |
getProtocol() const (defined in NetworkSyscalls) | NetworkSyscalls | inline |
getsockname(struct sockaddr *address, socklen_t *address_len) | LwipSocketSyscalls | virtual |
getsockopt(int level, int optname, void *optvalue, socklen_t *optlen) | LwipSocketSyscalls | virtual |
getType() const (defined in NetworkSyscalls) | NetworkSyscalls | inline |
isBlocking() const (defined in NetworkSyscalls) | NetworkSyscalls | |
listen(int backlog) (defined in LwipSocketSyscalls) | LwipSocketSyscalls | virtual |
LwipSocketSyscalls(int domain, int type, int protocol) (defined in LwipSocketSyscalls) | LwipSocketSyscalls | |
lwipToSyscallError(err_t err) (defined in LwipSocketSyscalls) | LwipSocketSyscalls | privatestatic |
m_Blocking (defined in NetworkSyscalls) | NetworkSyscalls | protected |
m_Domain (defined in NetworkSyscalls) | NetworkSyscalls | protected |
m_Fd (defined in NetworkSyscalls) | NetworkSyscalls | protected |
m_Metadata (defined in LwipSocketSyscalls) | LwipSocketSyscalls | private |
m_Protocol (defined in NetworkSyscalls) | NetworkSyscalls | protected |
m_Socket (defined in LwipSocketSyscalls) | LwipSocketSyscalls | private |
m_SyscallObjects (defined in LwipSocketSyscalls) | LwipSocketSyscalls | privatestatic |
m_Type (defined in NetworkSyscalls) | NetworkSyscalls | protected |
monitor(Thread *pThread, Event *pEvent) (defined in NetworkSyscalls) | NetworkSyscalls | virtual |
netconnCallback(struct netconn *conn, enum netconn_evt evt, uint16_t len) | LwipSocketSyscalls | privatestatic |
NetworkSyscalls(int domain, int type, int protocol) (defined in NetworkSyscalls) | NetworkSyscalls | |
poll(bool &read, bool &write, bool &error, Semaphore *waiter) | LwipSocketSyscalls | virtual |
recvfrom(void *buffer, size_t bufferlen, int flags, struct sockaddr *address, socklen_t *addrlen) (defined in NetworkSyscalls) | NetworkSyscalls | virtual |
recvfrom_msg(struct msghdr *msghdr) | LwipSocketSyscalls | virtual |
sendto(const void *buffer, size_t bufferlen, int flags, const struct sockaddr *address, socklen_t addrlen) (defined in NetworkSyscalls) | NetworkSyscalls | virtual |
sendto_msg(const struct msghdr *msghdr) | LwipSocketSyscalls | virtual |
setBlocking(bool blocking) (defined in NetworkSyscalls) | NetworkSyscalls | |
setsockopt(int level, int optname, const void *optvalue, socklen_t optlen) | LwipSocketSyscalls | virtual |
shutdown(int how) (defined in LwipSocketSyscalls) | LwipSocketSyscalls | virtual |
unmonitor(Event *pEvent) (defined in NetworkSyscalls) | NetworkSyscalls | virtual |
unPoll(Semaphore *waiter) (defined in LwipSocketSyscalls) | LwipSocketSyscalls | virtual |
~LwipSocketSyscalls() (defined in LwipSocketSyscalls) | LwipSocketSyscalls | virtual |
~NetworkSyscalls() (defined in NetworkSyscalls) | NetworkSyscalls | virtual |