PatchworkOS
Loading...
Searching...
No Matches
local_listen_t Struct Reference

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_tfile
 

Detailed Description

Local Listener structure.

Definition at line 31 of file local_listen.h.

Field Documentation

◆ address

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().

◆ backlog

list_t local_listen_t::backlog

◆ entry

map_entry_t local_listen_t::entry

Definition at line 34 of file local_listen.h.

Referenced by local_listen_new().

◆ file

dentry_t* local_listen_t::file

Definition at line 42 of file local_listen.h.

Referenced by local_listen_free(), and local_listen_new().

◆ isClosed

bool local_listen_t::isClosed

◆ lock

◆ maxBacklog

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().

◆ pendingAmount

uint32_t local_listen_t::pendingAmount

◆ ref

ref_t local_listen_t::ref

Definition at line 33 of file local_listen.h.

Referenced by local_listen_new().

◆ waitQueue

wait_queue_t local_listen_t::waitQueue

The documentation for this struct was generated from the following file: