Searched defs:socket (Results 1 – 8 of 8) sorted by relevance
18 struct socket { struct19 short so_type; /* generic type, see socket.h */ argument20 short so_options; /* from socket call, see socket.h */ argument28 * If so_head is 0, socket is not related to an accept. argument36 struct socket *so_head; /* back pointer to accept socket */ argument37 struct socket *so_q0; /* queue of partial connections */ argument38 struct socket *so_q; /* queue of incoming connections */ argument47 * Variables for socket buffering. argument70 void (*so_upcall) __P((struct socket *so, caddr_t arg, int waitf)); argument78 #define SS_ISCONNECTED 0x002 /* socket connected to a peer */ argument
63 int socket = -1; local97 int socket = -1; local
65 int socket = -1; local
63 int socket = -1; local
49 int socket; member
74 int socket = -1; local
26 int socket; local
38 socket(p, uap, retval) in socket() function