Home
last modified time | relevance | path

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

/csrg-svn/contrib/connectd/cd/
H A Dmain.h21 struct conversation { struct
22 struct connectdomain co_cd; /* where we are connecting to */
23 char co_methods[100]; /* how we go about making connection */
24 char co_optionsbuf[1024] ; /* options requestor wants */
25 int co_constatus ; /* current connection status */
26 int co_errfd ; /* requestor's stderr if set */
27 int co_sock ; /* requestor's socket if set */
28 int co_rqst ; /* requestor's request if set */
29 int co_pid ; /* connector pid if active */
/csrg-svn/usr.bin/tn3270/api/
H A Dapi_exch.c23 static enum {CONTENTION, SEND, RECEIVE } conversation; variable