Home
last modified time | relevance | path

Searched refs:XIO_WRITABLE (Results 1 – 2 of 2) sorted by relevance

/dports/net/socat/socat-1.7.4.2/
H A Dxio.h324 #define XIO_WRITABLE(s) (((s)->common.flags+1)&2) macro
H A Dsocat.c682 if (XIO_WRITABLE(sock1)) { in socat()