The Pedigree Project  0.1
LwipSocketSyscalls Member List

This is the complete list of members for LwipSocketSyscalls, including all inherited members.

accept(struct sockaddr *address, socklen_t *addrlen)LwipSocketSyscallsvirtual
associate(FileDescriptor *fd) (defined in NetworkSyscalls)NetworkSyscalls
bind(const struct sockaddr *address, socklen_t addrlen) (defined in LwipSocketSyscalls)LwipSocketSyscallsvirtual
canPoll() const (defined in LwipSocketSyscalls)LwipSocketSyscallsvirtual
connect(const struct sockaddr *address, socklen_t addrlen)LwipSocketSyscallsvirtual
create()LwipSocketSyscallsvirtual
getDomain() const (defined in NetworkSyscalls)NetworkSyscallsinline
getFileDescriptor() const (defined in NetworkSyscalls)NetworkSyscallsinline
getpeername(struct sockaddr *address, socklen_t *address_len)LwipSocketSyscallsvirtual
getProtocol() const (defined in NetworkSyscalls)NetworkSyscallsinline
getsockname(struct sockaddr *address, socklen_t *address_len)LwipSocketSyscallsvirtual
getsockopt(int level, int optname, void *optvalue, socklen_t *optlen)LwipSocketSyscallsvirtual
getType() const (defined in NetworkSyscalls)NetworkSyscallsinline
isBlocking() const (defined in NetworkSyscalls)NetworkSyscalls
listen(int backlog) (defined in LwipSocketSyscalls)LwipSocketSyscallsvirtual
LwipSocketSyscalls(int domain, int type, int protocol) (defined in LwipSocketSyscalls)LwipSocketSyscalls
lwipToSyscallError(err_t err) (defined in LwipSocketSyscalls)LwipSocketSyscallsprivatestatic
m_Blocking (defined in NetworkSyscalls)NetworkSyscallsprotected
m_Domain (defined in NetworkSyscalls)NetworkSyscallsprotected
m_Fd (defined in NetworkSyscalls)NetworkSyscallsprotected
m_Metadata (defined in LwipSocketSyscalls)LwipSocketSyscallsprivate
m_Protocol (defined in NetworkSyscalls)NetworkSyscallsprotected
m_Socket (defined in LwipSocketSyscalls)LwipSocketSyscallsprivate
m_SyscallObjects (defined in LwipSocketSyscalls)LwipSocketSyscallsprivatestatic
m_Type (defined in NetworkSyscalls)NetworkSyscallsprotected
monitor(Thread *pThread, Event *pEvent) (defined in NetworkSyscalls)NetworkSyscallsvirtual
netconnCallback(struct netconn *conn, enum netconn_evt evt, uint16_t len)LwipSocketSyscallsprivatestatic
NetworkSyscalls(int domain, int type, int protocol) (defined in NetworkSyscalls)NetworkSyscalls
poll(bool &read, bool &write, bool &error, Semaphore *waiter)LwipSocketSyscallsvirtual
recvfrom(void *buffer, size_t bufferlen, int flags, struct sockaddr *address, socklen_t *addrlen) (defined in NetworkSyscalls)NetworkSyscallsvirtual
recvfrom_msg(struct msghdr *msghdr)LwipSocketSyscallsvirtual
sendto(const void *buffer, size_t bufferlen, int flags, const struct sockaddr *address, socklen_t addrlen) (defined in NetworkSyscalls)NetworkSyscallsvirtual
sendto_msg(const struct msghdr *msghdr)LwipSocketSyscallsvirtual
setBlocking(bool blocking) (defined in NetworkSyscalls)NetworkSyscalls
setsockopt(int level, int optname, const void *optvalue, socklen_t optlen)LwipSocketSyscallsvirtual
shutdown(int how) (defined in LwipSocketSyscalls)LwipSocketSyscallsvirtual
unmonitor(Event *pEvent) (defined in NetworkSyscalls)NetworkSyscallsvirtual
unPoll(Semaphore *waiter) (defined in LwipSocketSyscalls)LwipSocketSyscallsvirtual
~LwipSocketSyscalls() (defined in LwipSocketSyscalls)LwipSocketSyscallsvirtual
~NetworkSyscalls() (defined in NetworkSyscalls)NetworkSyscallsvirtual