Searched refs:tcp_port (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dentropy.c72 * listening either on 'tcp_port', or via Unix domain socket at *
74 * Either a non-zero tcp_port or a non-null socket_path must be
80 unsigned short tcp_port, char *socket_path)
90 if (socket_path == NULL && tcp_port == 0)
100 if (tcp_port != 0) {
103 addr_in->sin_port = htons(tcp_port);
125 if (tcp_port != 0) {
127 tcp_port, strerror(errno));
79 get_random_bytes_prngd(unsigned char *buf, int len, unsigned short tcp_port, char *socket_path) argument
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dpreference.h44 uint16_t tcp_port; member in struct:smb_prefs
H A Dpreference.c91 prefs->tcp_port = NBSS_TCP_PORT_139;
95 prefs->tcp_port = SMB_TCP_PORT_445;
116 prefs->tcp_port = SMB_TCP_PORT_445;
128 prefs->tcp_port = SMB_TCP_PORT_445;
385 prefs->tcp_port = SMB_TCP_PORT_445;
H A Dparse_url.c411 ctx->prefs.tcp_port = port;
413 smb_log_info("Setting port number to %d", ASL_LEVEL_DEBUG, ctx->prefs.tcp_port);
H A Dctx.c1622 prefs->tcp_port, loopBackAllowed, prefs->tryBothPorts);
1625 outAddressArray, prefs->tcp_port, loopBackAllowed,
1801 error = resolvehost(ctx->serverName, outAddressArray, NULL, ctx->prefs.tcp_port,
1878 if ((ctx->prefs.tcp_port == NBSS_TCP_PORT_139) || ctx->prefs.tryBothPorts)
/macosx-10.9.5/libpcap-42/libpcap/
H A Dnametoaddr.c172 int tcp_port = -1; local
182 if (sp != NULL) tcp_port = ntohs(sp->s_port);
185 if (tcp_port >= 0) {
186 *port = tcp_port;
189 if (udp_port == tcp_port)
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzftp.c1809 off_t tcp_port; local
1827 tcp_port = (off_t)ntohs((unsigned short)zservp->s_port);
1829 tcp_port = (off_t)zservp->s_port;
1831 zfsetparam("ZFTP_PORT", &tcp_port, ZFPM_READONLY|ZFPM_INTEGER);

Completed in 150 milliseconds