|
PatchworkOS
|
Local Listener structure. More...
#include <local_listen.h>
Data Fields | |
| ref_t | ref |
| map_entry_t | entry |
| char | address [MAX_NAME] |
| list_t | backlog |
| uint32_t | pendingAmount |
| uint32_t | maxBacklog |
| bool | isClosed |
| lock_t | lock |
| wait_queue_t | waitQueue |
| dentry_t * | file |
Local Listener structure.
Definition at line 31 of file local_listen.h.
| char local_listen_t::address[MAX_NAME] |
Definition at line 35 of file local_listen.h.
Referenced by local_listen_free(), and local_listen_new().
| list_t local_listen_t::backlog |
Definition at line 36 of file local_listen.h.
Referenced by local_listen_free(), local_listen_new(), local_socket_accept(), and local_socket_connect().
| map_entry_t local_listen_t::entry |
Definition at line 34 of file local_listen.h.
Referenced by local_listen_new().
| dentry_t* local_listen_t::file |
Definition at line 42 of file local_listen.h.
Referenced by local_listen_free(), and local_listen_new().
| bool local_listen_t::isClosed |
Definition at line 39 of file local_listen.h.
Referenced by local_listen_new(), local_socket_accept(), local_socket_connect(), local_socket_listen(), and local_socket_poll().
| lock_t local_listen_t::lock |
Definition at line 40 of file local_listen.h.
Referenced by local_listen_new(), local_socket_accept(), local_socket_connect(), local_socket_listen(), and local_socket_poll().
| uint32_t local_listen_t::maxBacklog |
Definition at line 38 of file local_listen.h.
Referenced by local_listen_new(), local_socket_connect(), and local_socket_listen().
| uint32_t local_listen_t::pendingAmount |
Definition at line 37 of file local_listen.h.
Referenced by local_listen_new(), local_socket_accept(), local_socket_connect(), and local_socket_poll().
| ref_t local_listen_t::ref |
Definition at line 33 of file local_listen.h.
Referenced by local_listen_new().
| wait_queue_t local_listen_t::waitQueue |
Definition at line 41 of file local_listen.h.
Referenced by local_listen_free(), local_listen_new(), local_socket_accept(), local_socket_connect(), and local_socket_poll().