Searched refs:netid (Results 26 - 50 of 77) sorted by relevance

1234

/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c63 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/cmd/fs.d/nfs/mountd/
H A Dmountd.h77 char *netid; member in struct:cln
/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A DMakefile82 netgroup bootparams aliases publickey netid netmasks c2secure \
269 netid.time: $(PWDIR)/passwd $(DIR)/group $(DIR)/hosts $(DIR)/netid
270 @$(MKNETID) -q -p $(PWDIR)/passwd -g $(DIR)/group -h $(DIR)/hosts -m $(DIR)/netid > .ypjunk;
271 @$(MAKEDBM) .ypjunk $(YPDBDIR)/$(DOM)/netid.byname;
273 @touch netid.time;
274 @echo "updated netid";
275 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) netid.byname; fi
276 @if [ ! $(NOPUSH) ]; then echo "pushed netid"; fi
467 netid
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dneti_stack.c816 net_getzoneidbynetid(netid_t netid) argument
822 if (nts->nts_id == netid) {
833 net_getnetstackidbynetid(netid_t netid) argument
839 if (nts->nts_id == netid) {
867 net_getnetistackbyid(netid_t netid) argument
873 if (nts->nts_id == netid) {
884 net_instance_notify_register(netid_t netid, hook_notify_fn_t callback, argument
888 return (hook_stack_notify_register(net_getnetstackidbynetid(netid),
893 net_instance_notify_unregister(netid_t netid, hook_notify_fn_t callback) argument
896 return (hook_stack_notify_unregister(net_getnetstackidbynetid(netid),
[all...]
H A Dneti_impl.c123 net_protocol_lookup(netid_t netid, const char *protocol) argument
130 nts = net_getnetistackbyid(netid);
170 net_protocol_walk(netid_t netid, net_handle_t info) argument
176 nts = net_getnetistackbyid(netid);
609 net_kstat_create(netid_t netid, char *module, int instance, char *name, argument
612 netstackid_t stackid = net_getnetstackidbynetid(netid);
622 net_kstat_delete(netid_t netid, kstat_t *ks) argument
624 netstackid_t stackid = net_getnetstackidbynetid(netid);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c170 char *netid = cbp->cb_callback.cb_location.r_netid; local
176 if (netid)
177 kmem_free(netid, strlen(netid) + 1);
180 netid = cbp->cb_newer.cb_callback.cb_location.r_netid;
184 if (netid)
185 kmem_free(netid, strlen(netid) + 1);
236 char *netid = cbp->cb_callback.cb_location.r_netid; local
244 if (netid)
632 char *netid = NULL; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c45 * 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/nfs/lib/
H A Dthrpool.c180 rsa->netid = NULL;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypupdated.c140 char *netid; local
147 if ((netid = getenv("NLSPROVIDER")) == NULL) {
150 if ((nconf = getnetconfigent(netid)) == NULL) {
H A Dypserv_resolv.c65 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) {
H A Dyp_b_svc.c185 char *netid; local
200 if ((netid = getenv("NLSPROVIDER")) == NULL) {
204 } else if ((nconf = getnetconfigent(netid)) == NULL) {
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_service.c301 char *netid; local
311 if ((netid = getenv("NLSPROVIDER")) == NULL) {
315 if ((nconf = getnetconfigent(netid)) == NULL)
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mod.c392 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/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c92 char *netid; member in struct:transentry
258 if (pte->netid) free(pte->netid);
587 newte->netid = strdup(logrec->re_netid);
656 newte->netid = strdup(logrec->re_netid);
738 newte->netid = strdup(logrec->re_netid);
795 newte->netid = strdup(logrec->re_netid);
864 newte->netid = strdup(logrec->re_netid);
928 newte->netid = strdup(logrec->re_netid);
974 newte->netid
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c100 * Set a mapping of program, version, netid
201 * Unset a mapping of program, version, netid
529 char *netid; member in struct:rmtcallfd_list
566 rmt->netid = strdup(nconf->nc_netid);
567 if (rmt->netid == NULL) {
573 if (svc_add_input(fd, MASKVAL, handle_reply, rmt->netid) == -1) {
574 free(rmt->netid);
594 find_rmtcallfd_by_netid(char *netid) argument
599 if (strcmp(netid, rmt->netid)
1496 find_versions(rpcprog_t prog, char *netid, rpcvers_t *lowvp, rpcvers_t *highvp) argument
1538 find_service(rpcprog_t prog, rpcvers_t vers, char *netid) argument
[all...]
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c104 char *netid; local
112 if ((netid = getenv("NLSPROVIDER")) == NULL) {
116 } else if ((nconf = getnetconfigent(netid)) == NULL) {
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c265 const char *netid; local
273 netid = nlm_knc_to_netid(sv->sv_knconf);
274 if (netid == NULL) {
275 NLM_ERR("nlm_frlock: unknown NFS netid");
280 hostp = nlm_host_findcreate(g, sv->sv_hostname, netid, &sv->sv_addr);
627 const char *netid; local
631 netid = nlm_knc_to_netid(sv->sv_knconf);
633 if (netid != NULL) {
636 netid, &sv->sv_addr);
1216 const char *netid; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c195 svc_com_create(int fd, uint_t sendsize, uint_t recvsize, char *netid) argument
203 if ((nconf = __rpc_getconfip(netid)) == NULL) {
204 (void) syslog(LOG_ERR, "Could not get %s transport", netid);
215 "svc%s_create: could not open connection : %s", netid,
466 * Dont care about netid here.
H A Drpcb_clnt.c158 * cache of rpcbind addresses for (host, netid).
162 check_cache(char *host, char *netid) argument
171 (strcmp(cptr->ac_netid, netid) == 0) &&
207 add_cache(char *host, char *netid, struct netbuf *taddr, char *uaddr) argument
217 ad_cache->ac_netid = strdup(netid);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_ioctl.h454 char netid[128]; /* Identify transport */ member in struct:rdc_svc_args
462 char netid[128]; member in struct:rdc_svc_args32
H A Drdcsrv.c312 STRUCT_FGETP(uap, netid), &addrmask, STRUCT_FGET(uap, nthr), &xprt);
333 STRUCT_FGETP(uap, netid), &addrmask,
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c132 char *netid; local
137 if ((netid = getenv("NLSPROVIDER")) == NULL) {
150 netid = "udp";
152 netid = "udp6";
158 if ((nconf = getnetconfigent(netid)) == NULL) {
/illumos-gate/usr/src/stand/lib/inet/
H A Dethernet.c496 struct in_addr tmpip, ipdst, netid; local
539 ipv4_getnetid(&netid);
542 netid.s_addr = htonl(netid.s_addr);
550 (ipdst.s_addr & mask.s_addr) == netid.s_addr) {
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h176 char *netid; member in struct:__anon3323
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c312 my_getnetconfigent(char *netid, char *file, int line) argument
316 res = getnetconfigent(netid);

Completed in 79 milliseconds

1234