Home
last modified time | relevance | path

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

/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dtcpset.h38 typedef struct tcp_conn_struct tcp_conn_type; typedef
68 tcp_conn_type* tcp_conn[TCPSET_MAX];
80 extern tcp_conn_type* tcp_conn_create(void);
95 extern void tcp_conn_ready(tcp_conn_type* tcp);
107 extern int tcp_conn_read(tcp_conn_type* tcp);
119 extern int tcp_conn_write(tcp_conn_type* tcp);
H A Dtcpset.c44 tcp_conn_type*
47 tcp_conn_type* tcp_conn = NULL; in tcp_conn_create()
48 CHECKALLOC(tcp_conn = (tcp_conn_type*) malloc(sizeof(tcp_conn_type))); in tcp_conn_create()
49 memset(tcp_conn, 0, sizeof(tcp_conn_type)); in tcp_conn_create()
89 tcp_conn_ready(tcp_conn_type* tcp) in tcp_conn_ready()
103 tcp_conn_read(tcp_conn_type* tcp) in tcp_conn_read()
177 tcp_conn_write(tcp_conn_type* tcp) in tcp_conn_write()
228 tcp_conn_cleanup(tcp_conn_type* conn) in tcp_conn_cleanup()
H A Dxfrd.c1266 tcp_conn_type* tcp = NULL; in xfrd_tcp_write()
1466 tcp_conn_type* tcp = NULL; in xfrd_tcp_xfr()
1518 tcp_conn_type* tcp = NULL; in xfrd_tcp_read()