Home
last modified time | relevance | path

Searched refs:END_SHUTDOWN_KILL (Results 1 – 7 of 7) sorted by relevance

/dports/net/socat/socat-1.7.4.2/
H A Dxioclose.c55 case END_KILL: case END_SHUTDOWN_KILL: case END_CLOSE_KILL:
75 case END_SHUTDOWN: case END_SHUTDOWN_KILL:
H A Dxioinitialize.c154 case END_SHUTDOWN_KILL: sock->stream.howtoend = END_CLOSE; break; in xio_nokill()
H A Dxiosigchld.c48 socket->stream.howtoend == END_SHUTDOWN_KILL) && in xio_checkchild()
H A Dxioshutdown.c109 } else if (sock->stream.howtoend == END_SHUTDOWN_KILL) { in xioshutdown()
H A Dxio.h181 END_SHUTDOWN_KILL /* first shutdown fd, then kill subprocess */ enumerator
H A Dsocat.c662 XIO_RDSTREAM(sock1)->howtoend == END_SHUTDOWN_KILL)) { in socat()
704 XIO_RDSTREAM(sock2)->howtoend == END_SHUTDOWN_KILL)) { in socat()
742 XIO_RDSTREAM(xfd)->howtoend == END_SHUTDOWN_KILL) && in childleftdata()
H A Dxio-progcall.c398 fd->howtoend = END_SHUTDOWN_KILL; in _xioopen_foxec()