Searched refs:open_socket (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ntp-88/sntp/
H A Dheader.h70 extern void open_socket (int which, char *hostnames, int timespan);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_select_tcp.c91 int open_socket(void *tsd);
142 open_socket(void* tsd) function
551 ts->fid_f = open_socket;
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dhprop.c54 open_socket(krb5_context context, const char *hostname, const char *port) function
302 fd = open_socket(context, host, port);
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dftp.rb222 def open_socket(host, port) # :nodoc: method in class:Net.FTP
235 private :open_socket
248 @sock = open_socket(host, port)
407 conn = open_socket(host, port)
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_io.c257 static SOCKET open_socket (sockaddr_u *, int, int, struct interface *);
981 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif);
1031 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif);
1342 interface->fd = open_socket(&interface->sin,
1836 iface->fd = open_socket(&iface->sin, 0, 0, iface);
2385 interf->bfd = open_socket(&interf->bcast, 1, 0, interf);
2505 interface->fd = open_socket(&interface->sin, INT_MULTICAST, 0,
2678 * open_socket - open a socket, returning the file descriptor
2682 open_socket( function
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dtty.c157 static int open_socket __P((char *));
803 int fd = open_socket(pty_socket);
1111 * open_socket - establish a stream socket connection to the nominated
1115 open_socket(dest) function
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddispatch.c329 static isc_result_t open_socket(isc_socketmgr_t *mgr, isc_sockaddr_t *local,
905 result = open_socket(sockmgr, &localaddr, bindoptions, &sock);
920 "open_socket(%s) -> %s: continuing",
1789 open_socket(isc_socketmgr_t *mgr, isc_sockaddr_t *local, function
2776 result = open_socket(sockmgr, &localaddr_bound,
2792 result = open_socket(sockmgr, localaddr,
2805 result = open_socket(sockmgr, localaddr, 0, &sock);
2874 result = open_socket(sockmgr, localaddr, 0, &sock);
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/
H A Dqueryperf.c733 * open_socket:
741 open_socket(void) { function
861 if ((s = open_socket()) == -1)
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c3001 goto open_socket;
3045 goto open_socket;
3106 goto open_socket;
3171 open_socket:

Completed in 143 milliseconds