|
|
| TAILQ_HEAD (, socket) so_incomp |
| |
|
| TAILQ_HEAD (, socket) so_comp |
| |
|
| TAILQ_ENTRY (socket) so_list |
| |
|
|
short | so_type |
| |
|
short | so_options |
| |
|
short | so_linger |
| |
|
short | so_state |
| |
|
void * | so_pcb |
| |
|
struct protosw * | so_proto |
| |
|
struct socket * | so_head |
| |
|
short | so_qlen |
| |
|
short | so_incqlen |
| |
|
short | so_qlimit |
| |
|
short | so_timeo |
| |
|
u_short | so_error |
| |
|
pid_t | so_pgid |
| |
|
u_long | so_oobmark |
| |
|
struct socket::sockbuf | so_rcv |
| |
|
struct socket::sockbuf | so_snd |
| |
|
caddr_t | so_tpcb |
| |
|
void(* | so_upcall )(struct socket *, void *arg, int) |
| |
|
void * | so_upcallarg |
| |
|
SOCKET | sock |
| |
|
union usa | lsa |
| |
|
union usa | rsa |
| |
|
unsigned | is_ssl:1 |
| |
|
unsigned | ssl_redir:1 |
| |
The documentation for this struct was generated from the following files:
- /mnt/data0/chrisj/rtems/releases/rtems-release.git/4.11.3/ws-rtems/rtems-4.11.3/cpukit/libnetworking/sys/socketvar.h
- /mnt/data0/chrisj/rtems/releases/rtems-release.git/4.11.3/ws-rtems/rtems-4.11.3/cpukit/mghttpd/mongoose.c