Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Dsocketvar.h18 struct socket { struct
19 short so_type; /* generic type, see socket.h */ argument
20 short so_options; /* from socket call, see socket.h */ argument
28 * If so_head is 0, socket is not related to an accept. argument
36 struct socket *so_head; /* back pointer to accept socket */ argument
37 struct socket *so_q0; /* queue of partial connections */ argument
38 struct socket *so_q; /* queue of incoming connections */ argument
47 * Variables for socket buffering. argument
70 void (*so_upcall) __P((struct socket *so, caddr_t arg, int waitf)); argument
78 #define SS_ISCONNECTED 0x002 /* socket connected to a peer */ argument
/original-bsd/lib/librpc/rpc/
H A Dpmap_clnt.c63 int socket = -1; local
97 int socket = -1; local
H A Dpmap_getmaps.c65 int socket = -1; local
H A Dpmap_getport.c63 int socket = -1; local
H A Dclnt_simple.c49 int socket; member
H A Dpmap_rmt.c74 int socket = -1; local
/original-bsd/usr.bin/uucp/libacu/
H A Dpnet.c26 int socket; local
/original-bsd/sys/kern/
H A Duipc_syscalls.c38 socket(p, uap, retval) in socket() function