Home
last modified time | relevance | path

Searched refs:STREAM_NFLAG_DGRAM (Results 1 – 3 of 3) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/io/
H A Dstream_int.h171 #define STREAM_NFLAG_DGRAM 0x0004 /* Stream is UDP rather than TCP */ macro
H A Dtcp.c2070 BOOLEAN isDgramSocket = ( netStream->nFlags & STREAM_NFLAG_DGRAM ) ? \ in preOpenSocket()
2240 if( !( netStream->nFlags & STREAM_NFLAG_DGRAM ) ) in completeOpen()
2259 BOOLEAN isDgramSocket = ( netStream->nFlags & STREAM_NFLAG_DGRAM ) ? \ in openServerSocket()
H A Dnet.c364 netStream->nFlags |= STREAM_NFLAG_DGRAM; in initStream()