/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.h | 77 char *netid; member in struct:cln
|
H A D | nfs_cmd.c | 104 char *netid; local 113 netid = "tcp"; 116 netid = "tcp6"; 126 cln_init_lazy(&cln, netid, nbuf);
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rstat_main.c | 73 char *netid; local 79 if ((netid = getenv("NLSPROVIDER")) == NULL) { 83 } else if ((nconf = getnetconfigent(netid)) == NULL) {
|
H A D | rpc.rusersd.c | 104 char *netid; local 112 if ((netid = getenv("NLSPROVIDER")) == NULL) { 116 } else if ((nconf = getnetconfigent(netid)) == NULL) {
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc_gen.c | 76 * - netid - netid 102 char *netid, 195 if (netid != NULL) { 196 xprt->xp_netid = kmem_alloc(strlen(netid) + 1, KM_SLEEP); 197 (void) strcpy(xprt->xp_netid, netid); 99 svc_tli_kcreate( struct file *fp, uint_t max_msgsize, char *netid, struct netbuf *addrmask, SVCMASTERXPRT **nxprt, SVC_CALLOUT_TABLE *sct, void (*closeproc)(const SVCMASTERXPRT *), int id, bool_t hotstream) argument
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | rpcb_stat.c | 95 rpcbs_getaddr(int rtype, rpcprog_t prog, rpcvers_t vers, char *netid, argument 111 (strcmp(al->netid, netid) == 0)) { 128 nconf = rpcbind_get_conf(netid); 140 al->netid = nconf->nc_netid; 152 (strcmp(wal->netid, netid) == 0)) { 176 rpcproc_t proc, char *netid, rpcblist_ptr rbl) 191 (rl->proc == proc) && (strcmp(rl->netid, netid) 175 rpcbs_rmtcall(int rtype, rpcproc_t rpcbproc, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) argument [all...] |
H A D | check_bound.c | 305 is_bound(char *netid, char *uaddr) argument 310 if (strcmp(fdl->nconf->nc_netid, netid) == 0) 327 mergeaddr(SVCXPRT *xprt, char *netid, char *uaddr, char *saddr) argument 334 if (strcmp(fdl->nconf->nc_netid, netid) == 0) 419 rpcbind_get_conf(char *netid) argument 424 if (strcmp(fdl->nconf->nc_netid, netid) == 0)
|
H A D | pmap_svc.c | 261 char *netid; local 265 netid = udptrans; 268 netid = tcptrans; 282 if (is_bound(netid, serveuaddr)) {
|
/illumos-gate/usr/src/cmd/gss/gssd/ |
H A D | gssd.c | 154 char *netid; local 159 if ((netid = getenv("NLSPROVIDER")) == NULL) { 160 netid = "ticotsord"; 163 if ((nconf = getnetconfigent(netid)) == NULL) {
|
/illumos-gate/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd.c | 138 char *netid; local 143 if ((netid = getenv("NLSPROVIDER")) == NULL) { 144 netid = "ticotsord"; 147 if ((nconf = getnetconfigent(netid)) == NULL) {
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 140 char *netid; local 147 if ((netid = getenv("NLSPROVIDER")) == NULL) { 150 if ((nconf = getnetconfigent(netid)) == NULL) {
|
H A D | ypxfrd_client.c | 220 char *netid[] = { "tcp6", "tcp" }; local 221 int i, lastnetid = (sizeof (netid)/sizeof (netid[0])) - 1; 224 if ((nconf = getnetconfigent(netid[i])) == NULL) { 246 netid[i], netdir_sperror());
|
H A D | ypxfrd_svc.c | 177 char *netid; local 185 if ((netid = getenv("NLSPROVIDER")) == NULL) { 189 if ((nconf = getnetconfigent(netid)) == NULL)
|
H A D | yp_b_svc.c | 185 char *netid; local 200 if ((netid = getenv("NLSPROVIDER")) == NULL) { 204 } else if ((nconf = getnetconfigent(netid)) == NULL) {
|
H A D | ypserv.c | 151 char *netid; member in struct:__anon1927 281 if ((nconf = getnetconfigent(service[i].netid)) == NULL) { 283 service[i].netid); 289 logprintf("t_open failed for %s\n", service[i].netid); 297 service[i].netid); 307 service[i].netid); 316 logprintf("%s %s\n", service[i].netid, register_failed); 328 service[i].netid, register_failed);
|
H A D | ypserv_resolv.c | 65 static int getconf(char *netid, void **handle, struct netconfig **nconf); 93 /* try the specified netid (default ticots), then any loopback */ 243 /* tp_type is legit: users choice or a loopback netid */ 265 static int getconf(char *netid, void **handle, struct netconfig **nconf) argument 273 if (strcmp(nc->nc_netid, netid) != 0) {
|
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/ |
H A D | mdmn_commd_service.c | 301 char *netid; local 311 if ((netid = getenv("NLSPROVIDER")) == NULL) { 315 if ((nconf = getnetconfigent(netid)) == NULL)
|
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_svc.c | 90 char *netid; local 95 if ((netid = getenv("NLSPROVIDER")) == NULL) { 98 } else if ((nconf = getnetconfigent(netid)) == NULL) {
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | account.c | 63 char netid[MODSTR]; /* Network ID in use */ member in struct:acData 122 acptr->netid, FS, 270 copyText(acptr->netid, sizeof(acptr->netid), NOTAVAIL);
|
/illumos-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf_mod.c | 392 bpf_create_inst(const netid_t netid) argument 403 bpf_shutdown_inst(const netid_t netid, void *arg) argument 409 bpf_destroy_inst(const netid_t netid, void *arg) argument
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | auth_time.c | 45 * and destroyed. Two strings "netid" and "uaddr" are malloc'd 178 * the machine and *netid is set to the local netid for the transport 180 * is skipped and the uaddr/netid pair are used to fetch the netconfig 187 char *thost, char **uaddr, char **netid) 195 *useid = NULL; /* netid of selected xp */ 262 * the netid of the transport. 305 if (*netid != 0) { 306 supplied.proto = *netid; 345 msg("unable to locate netconfig info for netid 186 __rpc_get_time_offset(struct timeval *td, nis_server *srv, char *thost, char **uaddr, char **netid) argument [all...] |
H A D | rpc_generic.c | 187 char *netid; local 248 netid = netid_udp; 250 netid = netid_tcp; 253 if ((netid == NULL) || (netid[0] == NULL)) 255 return (getnetconfigent(netid));
|
H A D | svc_simple.c | 80 * handle is created for all the services (actually one of each netid) 81 * and same xdrbuf is used for same netid. The size of the arguments 119 char *netid; local 128 netid = pl->p_netid; 156 ((netid = strdup(nconf->nc_netid)) == NULL)) { 165 * Check if this (program, version, netid) had already been 171 (strcmp(pl->p_netid, netid) == 0)) 183 rpc_reg_msg, prognum, versnum, netid); 187 free(netid); 199 free(netid); [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pmap.c | 45 * Number of bytes to display from a string (address, netid, etc.). 625 (void) getxdr_string(buff, MAXSTRINGLEN); /* netid */ 639 char netid[MAXSTRINGLEN + 1], uaddr[MAXSTRINGLEN + 1]; local 657 (void) getxdr_string(netid, MAXSTRINGLEN); 663 netid, uaddr, owner, 700 char maddr[MAXSTRINGLEN + 1], netid[MAXSTRINGLEN + 1]; local 718 (void) getxdr_string(netid, MAXSTRINGLEN); 724 maddr, netid,
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | debug_alloc.c | 312 my_getnetconfigent(char *netid, char *file, int line) argument 316 res = getnetconfigent(netid);
|