Home
last modified time | relevance | path

Searched +full:c +full:- +full:family +full:- +full:name (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/titanic_52/usr/src/man/man3socket/
H A Dsockaddr.3socket17 .Sh NAME
67 family of structures are designed to represent network addresses for
81 directly, but instead cast the appropriate networking family specific
88 family begins with a member of the same type, the
94 .Bd -literal -offset indent
95 sa_family_t sa_family /* address family */
96 char sa_data[] /* socket address (variable-length data) */
101 corresponds to the socket family that's actually in use. The following
102 table describes the mapping between the address family an
[all...]
H A Dsocket.3socket2 .\" Copyright (C) 2009, Sun Microsystems, Inc. All Rights Reserved.
4 .\" Copyright (c) 2013, OmniTI Computer Consulting, Inc. All Rights Reserved.
7 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
9 .SH NAME
10 socket \- create an endpoint for communication
14 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsocket\fR \fB -lnsl \fR [ \fIlibrary\fR ... ]
28 The \fIdomain\fR argument specifies the protocol family within which
29 communication takes place. The protocol family is generally the same as the
30 address family fo
[all...]
H A Drexec.3socket3 .\" Copyright (C) 2004, Sun Microsystems, Inc. All Rights Reserved
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
8 .SH NAME
9 rexec, rexec_af \- return stream to a remote command
13 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR... \fB-lsocket\fR \fB -lnsl \fR [ \fIlibrary\fR... ]
32 exist. Otherwise \fIahost\fR is set to the standard name of the host. The
40 family. The \fBrexec_af()\fR function supports \fBAF_INET\fR, \fBAF_INET6\fR,
41 or \fBAF_UNSPEC\fR for the address family. An application can choose which type
43 family
[all...]
/titanic_52/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c2 * Copyright (c) 1999-2001, 2004 Sendmail, Inc. and its suppliers.
14 SM_RCSID("@(#)$Id: sm_gethost.c,v 8.27 2004/08/20 21:12:37 ca Exp $")
23 ** MI_GETHOSTBY{NAME,ADDR} -- compatibility routines for gethostbyXXX
48 getipnodebyname(name, family, flags, err) in getipnodebyname() argument
49 char *name; in getipnodebyname()
50 int family;
85 mi_gethostbyname(name,family) mi_gethostbyname() argument
140 mi_inet_pton(family,src,dst) mi_inet_pton() argument
[all...]
/titanic_52/usr/src/lib/libsocket/socket/
H A Dsocket.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
22 * Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
25 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
29 * University Copyright- Copyright (c) 1982, 1986, 1988
33 * University Acknowledgment- Portions of this document are derived from
56 _socket(int family, int type, int protocol) in _socket() argument
58 return (_socket_create(family, type, protocol, SOV_DEFAULT)); in _socket()
65 _socket_bsd(int family, int type, int protocol) in _socket_bsd() argument
67 return (_socket_create(family, typ in _socket_bsd()
71 _socket_svr4(int family,int type,int protocol) _socket_svr4() argument
77 __xnet_socket(int family,int type,int protocol) __xnet_socket() argument
93 _socket_create(int family,int type,int protocol,int version) _socket_create() argument
[all...]
H A Dsocketpair.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
27 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
31 * University Copyright- Copyright (c) 1982, 1986, 1988
35 * University Acknowledgment- Portions of this document are derived from
59 _socketpair(int family, int type, int protocol, int sv[2]) in _socketpair() argument
61 return (_socketpair_create(family, type, protocol, sv, SOV_DEFAULT)); in _socketpair()
68 _socketpair_bsd(int family, int type, int protocol, int sv[2]) in _socketpair_bsd() argument
70 return (_socketpair_create(family, type, protocol, sv, SOV_SOCKBSD)); in _socketpair_bsd()
74 _socketpair_svr4(int family, in argument
81 __xnet_socketpair(int family,int type,int protocol,int sv[2]) __xnet_socketpair() argument
88 _socketpair_create(int family,int type,int protocol,int sv[2],int version) _socketpair_create() argument
[all...]
H A D_soutil.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
26 /* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */
50 static struct netconfig *_s_match_netconf(int family, int type, int proto,
86 "-", /* 0 = AF_UNSPEC */
117 * Lookup family/type/protocol in /etc/netconfig.
122 _s_netconfig_path(int family, int type, int protocol, in _s_netconfig_path() argument
129 net = _s_match_netconf(family, type, protocol, &nethandle); in _s_netconfig_path()
131 return (-1); in _s_netconfig_path()
133 if (strcmp(net->nc_prot in _s_netconfig_path()
176 _s_match_netconf(int family,int type,int proto,void ** nethandle) _s_match_netconf() argument
[all...]
/titanic_52/usr/src/uts/i86pc/os/
H A Dcpuid_subr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
34 * Copyright 2012 Jens Elkner <jel+illumos@cs.uni-magdeburg.de>
35 * Copyright 2012 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
40 * These should not be used from anywhere other than cpuid.c and
41 * cmi_hw.c - as such we will not list them in any header file
44 * In cpuid.c we process CPUID information for each cpu_t instance
46 * derived from it in per-cpu_t structures.
51 * or fixed correspondence with real processor execution resources. In cmi_hw.c
52 * we are interested in the native properties of a processor - fo
356 synth_amd_info(uint_t family,uint_t model,uint_t step,uint32_t * skt_p,uint32_t * chiprev_p,const char ** chiprevstr_p) synth_amd_info() argument
441 _cpuid_skt(uint_t vendor,uint_t family,uint_t model,uint_t step) _cpuid_skt() argument
459 _cpuid_sktstr(uint_t vendor,uint_t family,uint_t model,uint_t step) _cpuid_sktstr() argument
487 _cpuid_chiprev(uint_t vendor,uint_t family,uint_t model,uint_t step) _cpuid_chiprev() argument
505 _cpuid_chiprevstr(uint_t vendor,uint_t family,uint_t model,uint_t step) _cpuid_chiprevstr() argument
[all...]
/titanic_52/usr/src/man/man4/
H A Dnetconfig.43 .\" Copyright (C) 1999, Sun Microsystems, Inc. All Rights Reserved
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
8 .SH NAME
9 netconfig \- network configuration database
24 provide application-specific network search paths. These routines access the
42 network ID semantics flag protocol-family \e
43 protocol-name network-devic
[all...]
/titanic_52/usr/src/man/man3xnet/
H A Dfreeaddrinfo.3xnet2 .\" Copyright (c) 2001, the Institute of Electrical and Electronics Engineers, Inc. and The Open Group. All Rights Reserved.
3 .\" Portions Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
6 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
10 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
12 .SH NAME
13 freeaddrinfo, getaddrinfo \- get address information
17 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lxne
[all...]
H A Dsocket.3xnet2 .\" Copyright (c) 1992, X/Open Company Limited All Rights Reserved Portions
3 .\" Copyright (c) 1999, Sun Microsystems, Inc. All Rights Reserved
6 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
10 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
12 .SH NAME
13 socket \- create an endpoint for communication
17 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lxne
[all...]
H A Dbind.3xnet2 .\" Copyright (c) 1997, The Open Group. All Rights Reserved.
3 .\" Portions Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
6 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
10 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
12 .SH NAME
13 bind \- bind a name t
[all...]
H A Dconnect.3xnet2 .\" Copyright 1994, The X/Open Company Ltd. All Rights Reserved Portions Copyright 1989 AT&T Portions Copyright (c) 1998, Sun Microsystems, Inc. All Rights Reserved
5 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
9 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
11 .SH NAME
12 connect \- connect a socket
16 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lxnet\fR [ \fIlibrary\fR ... ]
43 and format of the address depend on the address family o
[all...]
/titanic_52/usr/src/man/man1m/
H A Dsoconfig.1m2 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
8 .SH NAME
9 soconfig \- configure transport providers for use by sockets
13 \fB/sbin/soconfig\fR \fB-d\fR \fIdir\fR
18 \fB/sbin/soconfig\fR \fB-f\fR \fIfile\fR
28 \fB/sbin/soconfig\fR \fB-l\fR
35 with sockets. It specifies how the family, type, and protocol parameters in the
36 \fBsocket\fR(3SOCKET) call are mapped to the name of a transport provider such
50 \fB\fB-
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c7 * Copyright (c) 1988, 1989, 1991, 1994, 1995, 1996, 1997
18 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
27 * @(#)$Header: traceroute.c,v 1.49 97/06/13 02:30:23 leres Exp $ (LBL)
73 #define MAX_TOS 255 /* max type-of-service for IPv4 */
78 char *name; /* hostname */ member
79 int family; /* address family of the IP addresses */ member
86 int family; /* AF_INET or AF_INET6 */ member
87 char name[STR_LE member
647 resolve_nodes(int * family,struct addrinfo ** ai_dstp) resolve_nodes() argument
705 get_hostinfo(char * host,int family,struct addrinfo ** aipp) get_hostinfo() argument
1000 find_ifaddr(struct ifaddrlist * al,int len,union any_in_addr * addr,int family) find_ifaddr() argument
1080 get_gwaddrs(char ** gwlist,int family,union any_in_addr * gwIPlist,union any_in_addr * gwIPlist6,int * resolved,int * resolved6) get_gwaddrs() argument
1161 setup_protocol(struct pr_set * pr,int family) setup_protocol() argument
1454 set_sin(struct sockaddr * sock,union any_in_addr * addr,int family) set_sin() argument
1795 select_src_addr(union any_in_addr * dst_addr,union any_in_addr * src_addr,int family) select_src_addr() argument
1945 inet_name(union any_in_addr * in,int family) inet_name() argument
[all...]
/titanic_52/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c2 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
7 * lib/krb5/os/locate_kdc.c
22 * the name of M.I.T. not be used in advertising or publicity pertaining
37 * Re-factored the following routines to get a clear separation of locating
38 * KDC entries (krb5.conf/DNS-SRVrecs) versus mapping them to net addresses
52 * and the DNS-SRVrecs code does not do that).
55 #include "fake-addrinfo.h"
56 #include "k5-int.h"
57 #include "os-proto.h"
91 maybe_use_dns (krb5_context context, const char *name, in argument
271 krb5int_add_host_to_list(struct addrlist * lp,const char * hostname,int port,int secport,int socktype,int family) krb5int_add_host_to_list() argument
383 module_locate_server(krb5_context ctx,const krb5_data * realm,struct addrlist * addrlist,enum locate_service_type svc,int socktype,int family) module_locate_server() argument
477 override_locate_server(krb5_context ctx,const krb5_data * realm,struct addrlist * addrlist,enum locate_service_type svc,int socktype,int family) override_locate_server() argument
583 dns_locate_server(krb5_context context,const krb5_data * realm,struct srv_dns_entry ** dns_list_head,enum locate_service_type svc,int socktype,int family) dns_locate_server() argument
655 dns_hostnames2netaddrs(struct srv_dns_entry * head,enum locate_service_type svc,int socktype,int family,struct addrlist * addrlist) dns_hostnames2netaddrs() argument
695 unsigned int size = 0, c = 0, buf_size; dnslist2str() local
726 unsigned int c = 0, size = 0, buf_size; hostlist2str() local
763 prof_hostnames2netaddrs(char ** hostlist,enum locate_service_type svc,int socktype,int family,struct addrlist * addrlist) prof_hostnames2netaddrs() argument
864 krb5int_locate_server(krb5_context context,const krb5_data * realm,struct addrlist * addrlist,enum locate_service_type svc,int socktype,int family) krb5int_locate_server() argument
1078 krb5_locate_kdc(krb5_context context,const krb5_data * realm,struct addrlist * addrlist,int get_masters,int socktype,int family) krb5_locate_kdc() argument
1094 krb5_get_servername(krb5_context context,const krb5_data * realm,const char * name,const char * proto,char * srvhost,unsigned short * port) krb5_get_servername() argument
[all...]
/titanic_52/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
26 * Copyright (c) 2013, Joyent, Inc. All rights reserved.
30 * dns_common.c
54 #define tolower(c) ((c) >= 'A' && (c) <= 'Z' ? (c) | 0x20 : (c)) argument
76 *aliaspp -= len;
85 (void) memcpy(&addr6p->s6_add
410 const char *name; _nss_dns_gethost_withttl() local
433 int flags, family, pass2 = 0; _nss_dns_gethost_withttl() local
[all...]
/titanic_52/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * Copyright (c) 1991, 1999 by Sun Microsystems, Inc.
49 * cmd/cmd-inet/usr.sbin/snoop/snoop_ipaddr.c
84 #define iphash(e) ((e) & (MAXHASH-1))
104 for (h = h_table4[iphash(ipaddr->s_addr)]; h; h = h->h4_next) {
105 if (h->h4_addr.s_addr == ipaddr->s_addr)
111 if (ipaddr->s_add
188 addhost(family,ipaddr,name) addhost() argument
249 int family = ((struct sockaddr_in *)sockp)->sin_family; addrtoname() local
[all...]
/titanic_52/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt5 ## Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
22 ## information: Portions Copyright [yyyy] [name of copyright owner]
36 # skipClass=<class name of items to skip if only in that class>
39 # token name abbreviations
40 # token=alias:fullname -- short names for key tokens
73 # note names -- certain notes show up repeatedly; collected here
83 # basic record pattern ("insert" is where event-specific tokens
103 # name i
[all...]
/titanic_52/usr/src/lib/libinetutil/common/
H A Difaddrlist.c7 * Copyright (c) 1997
22 * 4. Neither the name of the University nor of the Laboratory may be used
38 * @(#) $Header: ifaddrlist.c,v 1.2 97/04/22 13:31:05 leres Exp $ (LBL)
54 ifaddrlist(struct ifaddrlist **ipaddrp, int family, uint_t flags, char *errbuf) in ifaddrlist() argument
67 if (family != AF_INET && family != AF_INET6) { in ifaddrlist()
68 (void) strlcpy(errbuf, "invalid address family", ERRBUFSIZE); in ifaddrlist()
69 return (-1); in ifaddrlist()
72 if ((fd = socket(family, SOCK_DGRAM, 0)) == - in ifaddrlist()
[all...]
/titanic_52/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
59 * The lock order is sockconf_lock -> sp_lock.
105 sp_g_kstat->ks_data = &sp_g_stats; in sockparams_init()
113 struct sockparams *sp = ksp->ks_private; in sockparams_kstat_update()
114 sockparams_stats_t *sps = ksp->ks_data; in sockparams_kstat_update()
119 sps->sps_nactive.value.ui64 = sp->sp_refcnt; in sockparams_kstat_update()
130 char name[KSTAT_STRLEN]; in sockparams_kstat_init() local
132 (void) snprintf(name, KSTAT_STRLE in sockparams_kstat_init()
187 sockparams_create(int family,int type,int protocol,char * modname,char * devpath,int devpathlen,int flags,int kmflags,int * errorp) sockparams_create() argument
361 sockparams_find(list_t * list,int family,int type,int protocol,boolean_t by_devpath,const char * name) sockparams_find() argument
362 sockparams_find(list_t * list,int family,int type,int protocol,boolean_t by_devpath,const char * name) sockparams_find() argument
401 sockparams_hold_ephemeral(int family,int type,int protocol,const char * name,boolean_t by_devpath,int kmflag,int * errorp) sockparams_hold_ephemeral() argument
402 sockparams_hold_ephemeral(int family,int type,int protocol,const char * name,boolean_t by_devpath,int kmflag,int * errorp) sockparams_hold_ephemeral() argument
498 sockparams_hold_ephemeral_bydev(int family,int type,int protocol,const char * dev,int kmflag,int * errorp) sockparams_hold_ephemeral_bydev() argument
506 sockparams_hold_ephemeral_bymod(int family,int type,int protocol,const char * mod,int kmflag,int * errorp) sockparams_hold_ephemeral_bymod() argument
607 sockparams_delete(int family,int type,int protocol) sockparams_delete() argument
663 solookup(int family,int type,int protocol,struct sockparams ** spp) solookup() argument
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
26 * Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T
31 * University Copyright- Copyright (c) 1982, 1986, 1988
35 * University Acknowledgment- Portions of this document are derived from
87 #define PINGSEQ_LEQ(a, b) ((int16_t)((a)-(b)) <= 0)
92 #define MAX_TOS 255 /* max type-of-service for IPv4 */
101 #define IF_INDEX 0 /* types of -i argument */
114 char *name; /* interfac member
272 int c; main() local
813 create_targetaddr_item(int family,union any_in_addr * dst_addr,union any_in_addr * src_addr) create_targetaddr_item() argument
942 get_gwaddrs(char ** gw_list,int family,union any_in_addr * gwIPlist,union any_in_addr * gwIPlist6,int * resolved,int * resolved6) get_gwaddrs() argument
1019 mirror_gws(union any_in_addr * gwIPlist,int family) mirror_gws() argument
1043 get_hostinfo(char * host,int family,struct addrinfo ** aipp) get_hostinfo() argument
1186 select_src_addr(union any_in_addr * dst_addr,int family,union any_in_addr * src_addr) select_src_addr() argument
1266 set_nexthop(int family,struct addrinfo * ai_nexthop,int sock) set_nexthop() argument
1313 setup_socket(int family,int * send_sockp,int * recv_sockp,int * if_index,ushort_t * udp_src_port,struct addrinfo * ai_nexthop) setup_socket() argument
2056 pinger(int send_sock,struct sockaddr * whereto,struct msghdr * msg6,int family) pinger() argument
2178 pr_name(char * addr,int family) pr_name() argument
[all...]
/titanic_52/usr/src/uts/common/sys/
H A Delf.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * Copyright (c) 2018, Joyent, Inc.
30 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
40 extern "C" {
159 #define EM_MIPS 8 /* MIPS RS3000 Big-Endian */
161 #define EM_MIPS_RS3_LE 10 /* MIPS RS3000 Little-Endian */
166 #define EM_PA_RISC 15 /* PA-RISC */
173 #define EM_PPC64 21 /* 64-bit PowerPC */
175 #define EM_UNKNOWN22 EM_S390 /* Alias: Older published name */
191 #define EM_RH32 38 /* TRW RH-32 */
[all …]
/titanic_52/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * nis_misc.c
33 * nis_misc.c
51 * In the pre-IPv6 code, secure RPC has a bug such that it doesn't look
52 * at the endpoint 'family' field when selecting an endpoint to use for
68 ep->family = strdup(nc->nc_protofmly); in __nis_netconfig2ep()
70 if (strcmp(ep->family, "inet in __nis_netconfig2ep()
[all...]
/titanic_52/usr/src/man/man7p/
H A Dinet.7p3 .\" Copyright (C) 2000, Sun Microsystems, Inc. All Rights Reserved
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
8 .SH NAME
9 inet \- Internet protocol family
23 The Internet protocol family implements a collection of protocols which are
25 address format. The Internet family protocols can be accessed using the socket
32 The Internet protocol family is comprised of the Internet Protocol
45 \fBARP\fR is used to translate 32-bit \fBIP\fR addresses into 48-bi
[all...]

12345678910>>...24