Searched refs:netconfig (Results 1 - 25 of 156) sorted by relevance

1234567

/illumos-gate/usr/src/head/
H A Dnetconfig.h31 #include <sys/netconfig.h>
H A Dnetdir.h40 * This files uses struct netconfig, and netconfig.h must be included
44 #include <netconfig.h>
82 int netdir_options(struct netconfig *, int option, int fd, char *par);
83 int netdir_getbyname(struct netconfig *, struct nd_hostserv *,
85 int netdir_getbyaddr(struct netconfig *, struct nd_hostservlist **,
87 int __netdir_getbyaddr_nosrv(struct netconfig *, struct nd_hostservlist **,
89 int netdir_mergeaddr(struct netconfig *, char **muaddr, char *uaddr,
92 struct netbuf *uaddr2taddr(struct netconfig *, char *);
93 char *taddr2uaddr(struct netconfig *, struc
[all...]
H A Dnss_netdir.h126 int __classic_netdir_getbyname(struct netconfig *,
128 int __classic_netdir_getbyaddr(struct netconfig *,
130 int _get_hostserv_inetnetdir_byname(struct netconfig *,
132 int _get_hostserv_inetnetdir_byaddr(struct netconfig *,
134 int __inet_netdir_options(struct netconfig *,
136 struct netbuf *__inet_uaddr2taddr(struct netconfig *, char *);
137 char *__inet_taddr2uaddr(struct netconfig *, struct netbuf *);
/illumos-gate/usr/src/uts/common/rpc/
H A Dnettype.h44 #include <netconfig.h>
67 extern struct netconfig *__rpc_getconf(void *);
68 extern struct netconfig *__rpc_getconfip(char *);
72 extern struct netconfig *__rpc_getconf();
73 extern struct netconfig *__rpc_getconfip();
H A Drpcb_clnt.h59 #include <sys/netconfig.h>
67 const struct netconfig *, const struct netbuf *);
69 const struct netconfig *);
70 extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *);
71 extern enum clnt_stat rpcb_rmtcall(const struct netconfig *, const char *,
76 const struct netconfig *, struct netbuf *, const char *);
78 extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *);
79 extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
H A Drpc_com.h81 extern struct netconfig *__rpcfd_to_nconf(int, int);
89 extern struct netconfig *__rpcfd_to_nconf();
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.h32 #include <netconfig.h>
45 extern int (*Mysvc)(int, struct netbuf, struct netconfig *);
46 extern int (*Mysvc4)(int, struct netbuf *, struct netconfig *,
71 extern int nfslib_transport_open(struct netconfig *);
72 extern int nfslib_bindit(struct netconfig *, struct netbuf **,
74 extern void nfslib_log_tli_error(char *, int, struct netconfig *);
76 int (*)(int, struct netbuf, struct netconfig *));
78 int (*)(int, struct netbuf, struct netconfig *));
H A Dnfs_resolve.h34 extern struct knetconfig *get_knconf(struct netconfig *);
37 extern struct netconfig *get_netconfig(NCONF_HANDLE *, ushort_t, char *);
38 extern int setup_nb_parms(struct netconfig *, struct t_bind *, struct t_info *,
44 struct netconfig *, ushort_t, struct t_info *, caddr_t *,
47 struct netconfig **, ushort_t, struct t_info *,
/illumos-gate/usr/src/uts/common/sys/
H A Dnetconfig.h40 #define NETCONFIG "/etc/netconfig"
43 struct netconfig { struct
56 struct netconfig **nc_head;
57 struct netconfig **nc_curr;
142 extern struct netconfig *getnetconfig(void *);
143 extern struct netconfig *getnetconfigent(const char *);
144 extern void freenetconfigent(struct netconfig *);
147 extern struct netconfig *getnetpath(void *);
/illumos-gate/usr/src/lib/librdc/common/
H A Dllib-lrdc34 #include <netconfig.h>
43 struct netconfig **nconfp, char *proto, char *srvport,
45 int convert_nconf_to_knconf(struct netconfig *nconf, struct knetconfig *knconf);
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c44 #include <netconfig.h>
58 static struct netconfig *fgetnetconfig(FILE *, char *);
59 static void netconfig_free(struct netconfig *);
62 static struct netconfig **getnetlist(void);
67 static void netlist_free(struct netconfig ***);
69 static struct netconfig *netconfig_dup(struct netconfig *);
76 * netpp - points to the beginning of the list of netconfig
81 * linenum - the current line number of the /etc/netconfig
85 * of /etc/netconfig (use
[all...]
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_netcfg.c30 #include <netconfig.h>
48 struct netconfig *nconf;
54 * netconfig handle.
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc.c63 __nis_netconfig2ep(struct netconfig *nc, endpoint *ep) {
78 __nis_netconfig_matches_ep(struct netconfig *nc, endpoint *ep) {
/illumos-gate/usr/src/lib/libsocket/socket/
H A D_soutil.c50 static struct netconfig *_s_match_netconf(int family, int type, int proto,
117 * Lookup family/type/protocol in /etc/netconfig.
125 struct netconfig *net;
152 endnetconfig(nethandle); /* finished with netconfig struct */
157 endnetconfig(nethandle); /* finished with netconfig struct */
167 endnetconfig(nethandle); /* finished with netconfig struct */
175 static struct netconfig *
178 struct netconfig *net;
179 struct netconfig *maybe;
196 * Loop through each entry in netconfig
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetservbyname_r.c33 * in /etc/netconfig.
56 extern struct netconfig *__rpc_getconfip();
62 struct netconfig *nconf;
96 struct netconfig *nconf;
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b.h46 #include <netconfig.h>
51 extern bool_t xdr_netconfig(XDR *, struct netconfig *);
115 struct netconfig *ypbind_nconf;
H A Dyp_b_xdr.c41 #include <netconfig.h>
64 sizeof (struct netconfig), xdr_netconfig))
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h57 int my_netdir_getbyname(struct netconfig *, struct nd_hostserv *,
64 struct netconfig *my_getnetconfigent(char *, char *, int);
65 void my_freenetconfigent(struct netconfig *, char *, int);
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_handle.c46 #include <netconfig.h>
65 struct netconfig *nconf;
66 struct netconfig *tpconf;
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_handle.c39 #include <netconfig.h>
59 struct netconfig *nconf;
60 struct netconfig *tpconf;
/illumos-gate/usr/src/head/rpcsvc/
H A Dnislib.h61 CLIENT *__nis_clnt_create(int, struct netconfig *, char *, struct netbuf *,
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_mt.h38 #include <netconfig.h>
102 extern void __rpc_set_mac_options(int, const struct netconfig *,
/illumos-gate/usr/src/cmd/netfiles/
H A DMakefile25 TXTS= nsswitch.conf netconfig hosts services
31 ETCFILES= netconfig nsswitch.conf nsswitch.files nsswitch.nis \
/illumos-gate/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c38 #include <netconfig.h>
76 static int searchhost(struct netconfig *, char *, int, char *);
77 static int searchserv(struct netconfig *, char *, int, char *);
85 _netdir_getbyname(struct netconfig *netconfigp,
173 _netdir_getbyaddr(struct netconfig *netconfigp, struct netbuf *netbufp)
281 _taddr2uaddr(struct netconfig *netconfigp, struct netbuf *netbufp)
326 _uaddr2taddr(struct netconfig *netconfigp, char *uaddr)
377 _netdir_options(struct netconfig *netconfigp, int option, int fd, void *par)
408 searchhost(struct netconfig *netconfigp, char *token, int field, char *hostbuf)
422 * Unless /etc/netconfig ha
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.h75 int add_bndlist(struct netconfig *, struct t_bind *, struct t_bind *);
76 int create_rmtcall_fd(struct netconfig *);
129 struct netconfig *rpcbind_get_conf();

Completed in 733 milliseconds

1234567