Home
last modified time | relevance | path

Searched defs:sockinprogress (Results 1 – 2 of 2) sorted by relevance

/dports/security/tinc/tinc-1.0.36/src/
H A Dutils.h37 #define sockinprogress(x) ((x) == WSAEINPROGRESS || (x) == WSAEWOULDBLOCK) macro
43 #define sockinprogress(x) ((x) == EINPROGRESS) macro
/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Dutils.h38 #define sockinprogress(x) ((x) == WSAEINPROGRESS || (x) == WSAEWOULDBLOCK) macro
46 #define sockinprogress(x) ((x) == EINPROGRESS) macro