Home
last modified time | relevance | path

Searched defs:SLIRPsocket (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/slirp/
H A Dsocket.h20 struct SLIRPsocket { struct
21 struct SLIRPsocket *so_next,*so_prev; /* For a linked list of sockets */ argument
23 int s; /* The actual socket */
31 int so_urgc;
34 u_int16_t so_fport; /* foreign port */
35 u_int16_t so_lport; /* local port */
37 u_int8_t so_iptos; /* Type of service */
38 u_int8_t so_emu; /* Is the socket emulated? */
40 u_char so_type; /* Type of socket, UDP or TCP */
44 u_int so_expire; /* When the socket will expire */
[all …]