Searched refs:netdir_options (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/head/
H A Dnetdir.h82 int netdir_options(struct netconfig *, int option, int fd, char *par);
137 #define ND_NOCTRL 7 /* Unknown option passed to netdir_options */
138 #define ND_FAILCTRL 8 /* Option failed in netdir_options */
142 * The following netdir_options commands can be given to the fd. These is
145 * to support the netdir_options he wants to support.
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c68 (void) netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL);
H A Dyp_bind.c440 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL) == -1) {
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c364 stat = netdir_options(fdl->nconf, ND_MERGEADDR, 0, (char *)&ma);
370 stat = netdir_options(fdl->nconf, ND_MERGEADDR, 0, (char *)&ma);
H A Drpcb_svc_com.c946 stat = netdir_options(nconf, ND_MERGEADDR, 0, (char *)&ma);
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c413 if (netdir_options(nconf4, ND_SET_RESERVEDPORT, tli4, NULL)) {
420 if (netdir_options(nconf6, ND_SET_RESERVEDPORT, tli6, NULL)) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c238 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd,
H A Dypserv.c294 if (netdir_options(nconf, ND_SET_RESERVEDPORT, service[i].fd,
/illumos-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/
H A Dnfs4cbd.c270 if (netdir_options(nconf, ND_MERGEADDR, 0, (char *)&ma)) {
272 netdir_perror("netdir_options");
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c313 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd,
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile175 netdir_options.3nsl \
362 netdir_options.3nsl := LINKSRC = netdir.3nsl
/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c399 netdir_options(struct netconfig *tp, int option, int fd, char *par) function
706 /* resolve the netdir_options symbol */
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_bcast.c196 if (netdir_options(nconf, ND_SET_BROADCAST, fd, NULL)) {
/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c880 if ((rv = netdir_options(udpnconf, ND_SET_RESERVEDPORT, clfd,
883 printf("netdir_options fails rv=%d\n", rv);
891 printf("netdir_options success rv = %d\n", rv);
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1456 (void) netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL);
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl157 int netdir_options(struct netconfig *tp, int option, int fd, char *par);

Completed in 103 milliseconds