Searched refs:netdir_options (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | netdir.h | 82 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 D | yp_rsvd.c | 68 (void) netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL);
|
H A D | yp_bind.c | 440 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL) == -1) {
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | check_bound.c | 364 stat = netdir_options(fdl->nconf, ND_MERGEADDR, 0, (char *)&ma); 370 stat = netdir_options(fdl->nconf, ND_MERGEADDR, 0, (char *)&ma);
|
H A D | rpcb_svc_com.c | 946 stat = netdir_options(nconf, ND_MERGEADDR, 0, (char *)&ma);
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 413 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 D | ypxfrd_client.c | 238 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd,
|
H A D | ypserv.c | 294 if (netdir_options(nconf, ND_SET_RESERVEDPORT, service[i].fd,
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/ |
H A D | nfs4cbd.c | 270 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 D | nfs_resolve.c | 313 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd,
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 175 netdir_options.3nsl \ 362 netdir_options.3nsl := LINKSRC = netdir.3nsl
|
/illumos-gate/usr/src/lib/libnsl/netdir/ |
H A D | netdir.c | 399 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 D | clnt_bcast.c | 196 if (netdir_options(nconf, ND_SET_BROADCAST, fd, NULL)) {
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | mount_nfs.c | 880 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 D | mount.c | 1456 (void) netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL);
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 157 int netdir_options(struct netconfig *tp, int option, int fd, char *par);
|
Completed in 89 milliseconds