Searched refs:s_proto (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Exporter-Easy/
H A Dbench35 @EXPORT_OK = qw( $s_name @s_aliases $s_port $s_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 );
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/ipsec-258.100.1/ipsec-tools/racoon/
H A Dstrnames.h70 extern char *s_proto (int);
H A Dpolicy.c515 s_proto(spidx->ul_proto), s_direction(spidx->dir));
H A Dstrnames.c937 s_proto(k) function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A Dnetdb.h71 /* $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 */ }; #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__) (…)
1 /* $Copyright member in struct:servent
/macosx-10.9.5/libpcap-42/libpcap/Win32/Src/
H A Dgetservent.c107 serv.s_proto = cp;
/macosx-10.9.5/less-23/less/
H A Dprompt.c44 static constant char s_proto[] = variable
73 prproto[0] = save(s_proto);
/macosx-10.9.5/ntp-88/libntp/
H A Dntp_rfc2553.c250 if (strcmp(sp->s_proto, "tcp") == 0)
252 else if (strcmp(sp->s_proto, "udp") == 0)
H A Dmachines.c71 serv1->s_proto = "udp"; /* protocol to use */
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dnetdb.h138 char *s_proto; /* protocol to use */ member in struct:servent
H A Dsi_module.c417 if ((num == 1) && (string_not_equal("udp", ent.s->s_proto))) return 0;
418 if ((num == 2) && (string_not_equal("tcp", ent.s->s_proto))) return 0;
432 if ((name != NULL) && (string_not_equal(name, ent.s->s_proto))) return 0;
H A Dds_module.c1189 if (0 != _extract_string_from_xpc_array_index(reply, i++, (const char **)&tmp.s_proto)) return NULL;
1196 item = (si_item_t *)LI_ils_create("L4488s*4s", (unsigned long)si, CATEGORY_SERVICE, 1, valid_global, valid_cat, tmp.s_name, tmp.s_aliases, tmp.s_port, tmp.s_proto);
1217 tmp.s_proto = (char *)"";
1241 else if (!strcmp(key, "s_proto"))
1243 status |= _extract_string_from_xpc_object(value, (const char **)&tmp.s_proto);
1255 item = (si_item_t *)LI_ils_create("L4488s*4s", (unsigned long)si, CATEGORY_SERVICE, 1, valid_global, valid_cat, tmp.s_name, tmp.s_aliases, tmp.s_port, tmp.s_proto);
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Dgetaddrinfo.c317 if (strcmp(sp->s_proto, "udp") == 0) {
320 } else if (strcmp(sp->s_proto, "tcp") == 0) {
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dgetaddrinfo.c349 if (strcmp(sp->s_proto, "udp") == 0) {
352 } else if (strcmp(sp->s_proto, "tcp") == 0) {
/macosx-10.9.5/ntp-88/include/
H A Dntp_machine.h325 char *s_proto; /* protocol to use */ member in struct:servent
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dgetaddrinfo.c295 if (strcmp(sp->s_proto, "tcp") == 0)
297 else if (strcmp(sp->s_proto, "udp") == 0)
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dgetaddrinfo.c402 if (strcmp(sp->s_proto, "udp") == 0) {
405 } else if (strcmp(sp->s_proto, "tcp") == 0) {
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/
H A Dgetaddrinfo.c313 if (strcmp(sp->s_proto, "tcp") == 0)
315 else if (strcmp(sp->s_proto, "udp") == 0)
/macosx-10.9.5/libresolv-54/
H A Dres_mkupdate.c926 slp->proto = strdup(sp->s_proto);
1066 serv.s_proto = lp->proto;
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dinet.c153 asprintf(&key, "%hu/%s", (unsigned short)ntohs(s->s_port), s->s_proto);
188 s.s_proto = proto;
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Daddrtoname.c731 if (strcmp(sv->s_proto, "tcp") == 0)
733 else if (strcmp(sv->s_proto, "udp") == 0)
/macosx-10.9.5/lsof-52/lsof/
H A Dprint.c307 if (!se->s_name || !se->s_proto)
309 if (strcasecmp(se->s_proto, "TCP") == 0)
311 else if (strcasecmp(se->s_proto, "UDP") == 0)
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/
H A Dnslint.c2268 (void)sprintf(psbuf, "%s/%s", sp->s_name, sp->s_proto);

Completed in 170 milliseconds