webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Attributes | List of all members
xsocket Struct Reference

#include <user_socketvar.h>

Classes

struct  xsockbuf
 

Public Attributes

size_t xso_len
 
struct socketxso_so
 
short so_type
 
short so_options
 
short so_linger
 
short so_state
 
caddr_t so_pcb
 
int xso_protocol
 
int xso_family
 
u_short so_qlen
 
u_short so_incqlen
 
u_short so_qlimit
 
short so_timeo
 
u_short so_error
 
pid_t so_pgid
 
u_long so_oobmark
 
struct xsocket::xsockbuf so_rcv
 
struct xsocket::xsockbuf so_snd
 
uid_t so_uid
 

Member Data Documentation

◆ so_error

u_short xsocket::so_error

◆ so_incqlen

u_short xsocket::so_incqlen

◆ so_linger

short xsocket::so_linger

◆ so_oobmark

u_long xsocket::so_oobmark

◆ so_options

short xsocket::so_options

◆ so_pcb

caddr_t xsocket::so_pcb

◆ so_pgid

pid_t xsocket::so_pgid

◆ so_qlen

u_short xsocket::so_qlen

◆ so_qlimit

u_short xsocket::so_qlimit

◆ so_rcv

struct xsocket::xsockbuf xsocket::so_rcv

◆ so_snd

struct xsocket::xsockbuf xsocket::so_snd

◆ so_state

short xsocket::so_state

◆ so_timeo

short xsocket::so_timeo

◆ so_type

short xsocket::so_type

◆ so_uid

uid_t xsocket::so_uid

◆ xso_family

int xsocket::xso_family

◆ xso_len

size_t xsocket::xso_len

◆ xso_protocol

int xsocket::xso_protocol

◆ xso_so

struct socket* xsocket::xso_so

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