Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_negotiate.c616 case NEGOTIATE_EOF: { in run_negotiate()
624 if (negstatus == NEGOTIATE_EOF) { in run_negotiate()
644 if (negstatus == NEGOTIATE_EOF || ERRNOISNETWORK(errno)) in run_negotiate()
H A Dsockd_request.c2163 case NEGOTIATE_EOF:
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h265 return NEGOTIATE_EOF; \
998 typedef enum { NEGOTIATE_EOF, enumerator