Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:protocol

171         char    FAR * s_proto;          /* protocol to use */

175 char FAR * p_name; /* official protocol name */
177 short p_proto; /* protocol # */
189 #define IPPROTO_ICMP 1 /* control message protocol */
193 #define IPPROTO_UDP 17 /* user datagram protocol */
357 #define SOCK_RAW 3 /* raw-protocol interface */
458 * Structure used by kernel to pass protocol
463 u_short sp_protocol; /* protocol */
467 * Protocol families, same as address families for now.
736 SOCKET PASCAL FAR socket (int af, int type, int protocol);