Home
last modified time | relevance | path

Searched refs:tcp_client (Results 1 – 8 of 8) sorted by relevance

/freebsd/tools/regression/netinet/tcpsockclosebeforeaccept/
H A Dtcpsockclosebeforeaccept.c115 tcp_client(pid_t partner, int dropflag) in tcp_client() function
181 tcp_client(child_pid, 0); in main()
195 tcp_client(child_pid, 1); in main()
/freebsd/tools/regression/netinet/tcpsocktimewait/
H A Dtcpsocktimewait.c68 tcp_client(pid_t partner, u_short port, int secs) in tcp_client() function
165 tcp_client(parent_pid, port, 1); in main()
212 tcp_client(child_pid, port, 800); in main()
/freebsd/crypto/heimdal/appl/test/
H A DMakefile.am5 noinst_PROGRAMS = tcp_client tcp_server gssapi_server gssapi_client \
8 tcp_client_SOURCES = tcp_client.c common.c test_locl.h
H A DMakefile.in46 noinst_PROGRAMS = tcp_client$(EXEEXT) tcp_server$(EXEEXT) \
132 am_tcp_client_OBJECTS = tcp_client.$(OBJEXT) common.$(OBJEXT)
426 tcp_client_SOURCES = tcp_client.c common.c test_locl.h
510 tcp_client$(EXEEXT): $(tcp_client_OBJECTS) $(tcp_client_DEPENDENCIES)
511 @rm -f tcp_client$(EXEEXT)
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_client.Po@am__quote@
/freebsd/tools/regression/netinet/tcpdrop/
H A Dtcpdrop.c120 tcp_client(pid_t partner, u_short port) in tcp_client() function
251 tcp_client(child_pid, port); in main()
/freebsd/sbin/hastd/
H A Dproto_tcp.c260 tcp_client(const char *srcaddr, const char *dstaddr, void **ctxp) in tcp_client() function
616 .prt_client = tcp_client,
/freebsd/crypto/heimdal/
H A DChangeLog.199961 * appl/test/tcp_client.c (proto): remove shadowing `context'
110 * appl/test/tcp_client.c: use client_doit
694 * appl/test/tcp_client.c: call freehostent
705 * appl/test/tcp_client.c: simplify by using krb5_err instead of
710 * appl/test/tcp_client.c: make v6 friendly and simplify
1163 * appl/test/tcp_client.c (proto): call krb5_sendauth with ccache
H A DChangeLog.19982578 * appl/test/tcp_client.c: try `mk_safe' and `mk_priv'