Searched refs:s_port (Results 1 - 25 of 96) sorted by relevance

1234

/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dget_port.c51 return sp->s_port;
/macosx-10.9.5/CPANInternal-140/Exporter-Easy/
H A Dbench35 @EXPORT_OK = qw( $s_name @s_aliases $s_port $s_proto );
37 our ($s_name, @s_aliases, $s_port, $sx_proto);
43 @EXPORT_OK = qw( $s_name @s_aliases $s_port $s_proto );
52 @EXPORT_OK = qw( $s_name @s_aliases $s_port $s_proto );
59 OK => [qw( $s_name @s_aliases $s_port $s_proto )],
70 @EXPORT_OK = qw( $s_name @s_aliases $s_port $s_proto );
77 OK => [qw( $s_name @s_aliases $s_port $s_proto )],
/macosx-10.9.5/CPANInternal-140/Exporter-Easy-0.16/
H A Dbench35 @EXPORT_OK = qw( $s_name @s_aliases $s_port $s_proto );
37 our ($s_name, @s_aliases, $s_port, $sx_proto);
43 @EXPORT_OK = qw( $s_name @s_aliases $s_port $s_proto );
52 @EXPORT_OK = qw( $s_name @s_aliases $s_port $s_proto );
59 OK => [qw( $s_name @s_aliases $s_port $s_proto )],
70 @EXPORT_OK = qw( $s_name @s_aliases $s_port $s_proto );
77 OK => [qw( $s_name @s_aliases $s_port $s_proto )],
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc.h64 extern int s_port;
/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dget_addrs.c70 daemon_port = sp->s_port;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A Dnetdb.h70 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/netdb.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* MIT Sockets Library * netdb.h * macdev@mit.edu */ #ifndef _NETDB_H #define _NETDB_H #include <stdlib.h> #ifdef __cplusplus extern "C" { #endif struct hostent { char *h_name; /* official (cannonical) name of host */ char **h_aliases; /* pointer to array of pointers of alias names */ int h_addrtype; /* host address type: AF_INET or AF_INET6 */ int h_length; /* length of address: 4 or 16 */ char **h_addr_list; /* pointer to array of pointers with IPv4 or IPv6 addresses */ }; #define h_addr h_addr_list[0] /* first address in list */ struct servent { char *s_name; /* official service name */ char **s_aliases; /* alias list */ int s_port; /* port number, network-byte order */ char *s_proto; /* protocol to use */ (…)
1 /* $Copyright member in struct:servent
/macosx-10.9.5/postfix-252/postfix/src/local/
H A Dbiff_notify.c77 sin.sin_port = sp->s_port;
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCProxies.c85 int s_port = 0; local
94 !CFNumberGetValue(port, kCFNumberIntType, &s_port) ||
95 (s_port > UINT16_MAX)) {
99 if (s_port == 0) {
109 s_port = ntohs(service->s_port);
111 s_port = proxy_defaultport;
113 num = CFNumberCreate(NULL, kCFNumberIntType, &s_port);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dfind_inet.c94 return (sp->s_port);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIOSock.c56 *portPtr = ntohs((unsigned short) sp->s_port);
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIOSock.c58 *portPtr = ntohs((unsigned short) sp->s_port);
/macosx-10.9.5/libpcap-42/libpcap/Win32/Src/
H A Dgetservent.c106 serv.s_port = htons((u_short)atoi(p));
/macosx-10.9.5/procmail-14/procmail/src/
H A Dcomsat.c104 newaddr.sin_port=serv->s_port;
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A Dcmds.c195 dayaddr.sin_port = sp->s_port;
295 dest.sin_port = srvp->s_port;
407 sin.sin_port = srvp->s_port;
454 dest.sin_port = srvp->s_port;
/macosx-10.9.5/ruby-104/ruby/test/webrick/
H A Dtest_httpproxy.rb150 TestWEBrick.start_httpserver(s_config){|s_server, s_addr, s_port, s_log|
155 http = Net::HTTP.new("127.0.0.1", s_port, addr, port)
257 TestWEBrick.start_httpserver(s_config){|s_server, s_addr, s_port, s_log|
261 http = Net::HTTP.new("127.0.0.1", s_port, addr, port, up_log.call + log.call + s_log.call)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dsockaddr.c785 sockaddr->port = ntohs(res->s_port);
787 sockaddr->sa.sin.sin_port = res->s_port;
792 sockaddr->port = ntohs(se.s_port);
794 sockaddr->sa.sin.sin_port = se.s_port;
799 sockaddr->port = ntohs(se.s_port);
801 sockaddr->sa.sin.sin_port = se.s_port;
807 sockaddr->port = ntohs(se->s_port);
809 sockaddr->sa.sin.sin_port = se->s_port;
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dsockaddr.c753 sockaddr->port = ntohs(res->s_port);
755 sockaddr->sa.sin.sin_port = res->s_port;
760 sockaddr->port = ntohs(se.s_port);
762 sockaddr->sa.sin.sin_port = se.s_port;
767 sockaddr->port = ntohs(se.s_port);
769 sockaddr->sa.sin.sin_port = se.s_port;
775 sockaddr->port = ntohs(se->s_port);
777 sockaddr->sa.sin.sin_port = se->s_port;
/macosx-10.9.5/libpcap-42/libpcap/
H A Dnametoaddr.c182 if (sp != NULL) tcp_port = ntohs(sp->s_port);
184 if (sp != NULL) udp_port = ntohs(sp->s_port);
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_debug.c206 port = s->s_port;
/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Dcommon.c91 port = s->s_port;
H A Dnt_gss_server.c212 port = s->s_port;
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dnetdb.h137 int s_port; /* port # */ member in struct:servent
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dfake-rfc2553.c176 port = sp->s_port;
/macosx-10.9.5/network_cmds-433/traceroute.tproj/
H A Das.c86 in.sin_port = se->s_port;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dgetaddrinfo.c198 port = se->s_port;

Completed in 249 milliseconds

1234