Searched refs:netconfig (Results 101 - 125 of 156) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypwhich.c436 struct netconfig *nconf =
628 struct netconfig *nc;
647 "ypwhich: NO netconfig information\n");
H A Dyppoll.c368 struct netconfig *nconf = binding->ypbind_nconf;
/illumos-gate/usr/src/lib/libwrap/
H A Dtcpd.h114 struct netconfig *config; /* netdir handle */
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c58 #include <netconfig.h>
368 struct netconfig *nconf;
763 struct netconfig *nconf;
875 struct netconfig *nconf;
H A Dsvc_simple.c92 struct netconfig *nconf;
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c340 xdr_netconfig(XDR *xdrs, struct netconfig *objp)
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_init.c173 struct netconfig *nconfp = NULL;
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_init.c192 struct netconfig *nconfp = NULL;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc.c64 struct netconfig *ncp;
75 "netconfig database: %s\n", nc_sperror());
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c110 struct netconfig nconf;
111 struct netconfig *conf;
401 parms.rdc_set->netconfig = &knconf;
403 parms.rdc_set->netconfig = NULL;
/illumos-gate/usr/src/cmd/keyserv/
H A Dnewkey.c96 struct netconfig *nconf;
179 /* fails to open netconfig file */
/illumos-gate/usr/src/uts/common/inet/kifconf/
H A Dkifconf.c28 #include <sys/netconfig.h>
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.h125 struct netconfig *mfs_nconf;
H A Dnfs_cast.c44 #include <netconfig.h>
139 struct netconfig *nconf;
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c39 #include <netconfig.h>
/illumos-gate/usr/src/man/man4/
H A DMakefile124 netconfig.4 \
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h51 #include <sys/netconfig.h>
87 #define NC_TPI_CLTS 1 /* must agree with netconfig.h */
88 #define NC_TPI_COTS 2 /* must agree with netconfig.h */
89 #define NC_TPI_COTS_ORD 3 /* must agree with netconfig.h */
90 #define NC_TPI_RAW 4 /* must agree with netconfig.h */
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c229 get_connection(struct netconfig *nconf, struct netbuf netaddr)
311 struct netconfig *nconf;
375 if (nconf == (struct netconfig *)NULL)
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c103 extern struct netconfig *__rpc_getconfip(char *);
251 struct netconfig *nconf;
464 struct netconfig *nconf;
H A Dnetdir_inet.c37 * If the netconfig structure supplied has NO nametoaddr libs (i.e. a "-"
38 * in /etc/netconfig), this code calls the name service switch, and
42 * specifying third party supplied nametoaddr libs in /etc/netconfig, this
72 #include <netconfig.h>
139 static int getbroadcastnets(struct netconfig *, struct in_addr **);
185 _get_hostserv_inetnetdir_byname(struct netconfig *nconf,
489 * 2. Most common scenario. This is the way we ship /etc/netconfig.
815 _get_hostserv_inetnetdir_byaddr(struct netconfig *nconf,
905 * 2. Most common scenario. This is the way we ship /etc/netconfig.
2776 __inet_uaddr_is_local(void *p, struct netconfig *n
[all...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c74 #include <netconfig.h>
243 static struct netconfig *Ncf;
2197 cvthname(struct netbuf *nbp, struct netconfig *ncp, char *failsafe_addr)
3612 struct netconfig *ncp;
3673 Ncf = realloc(Ncf, inputs * sizeof (struct netconfig));
3731 addnet(struct netconfig *ncp, struct netbuf *nbp)
3742 (void) memcpy(&Ncf[Ninputs], ncp, sizeof (struct netconfig));
3916 struct netconfig *ncp;
3927 "unable to rewind the netconfig database", elen);
3996 struct netconfig *nc
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c2040 if (rdc_set->netconfig->knc_proto == NULL) {
2283 urdc->netconfig = rdc_set->netconfig;
2296 svp = rdc_create_svinfo(rhost, addrp, urdc->netconfig);
2302 urdc->netconfig = NULL; /* This will be no good soon */
4190 if (rdc_set->netconfig->knc_proto == NULL) {
4410 urdc->netconfig = rdc_set->netconfig;
4423 svp = rdc_create_svinfo(rhost, addrp, urdc->netconfig);
4430 urdc->netconfig
[all...]
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcconfig.c66 struct netconfig nconf, *conf;
289 urdc->netconfig = &knconf;
291 urdc->netconfig = NULL;
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c336 struct netconfig *nconf;
688 struct netconfig *nconf = NULL;
1727 struct netconfig *nconf;
/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c461 struct netconfig *nconf;
481 "passwdutil.so: Couldn't get netconfig entry");

Completed in 267 milliseconds

1234567