Searched refs:netdir_options (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | netdir.h | 83 int netdir_options(struct netconfig *, int option, int fd, char *par);
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | check_bound.c | 364 stat = netdir_options(fdl->nconf, ND_MERGEADDR, 0, (char *)&ma); in mergeaddr() 370 stat = netdir_options(fdl->nconf, ND_MERGEADDR, 0, (char *)&ma); in mergeaddr()
|
H A D | rpcb_svc_com.c | 948 stat = netdir_options(nconf, ND_MERGEADDR, 0, (char *)&ma); in rpcbproc_callit_com()
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_rsvd.c | 66 (void) netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL); in __yp_clnt_create_rsvdport_netid_req()
|
H A D | yp_bind.c | 440 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL) == -1) { in tli_open_rsvdport()
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 411 if (netdir_options(nconf4, ND_SET_RESERVEDPORT, tli4, NULL)) { in main() 418 if (netdir_options(nconf6, ND_SET_RESERVEDPORT, tli6, NULL)) { in main()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/ |
H A D | nfs4cbd.c | 270 if (netdir_options(nconf, ND_MERGEADDR, 0, (char *)&ma)) { in get_uaddr()
|
/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 | 293 if (netdir_options(nconf, ND_SET_RESERVEDPORT, service[i].fd, in ypinit()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_resolve.c | 313 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd, in setup_nb_parms()
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 175 netdir_options.3nsl \ 363 netdir_options.3nsl := LINKSRC = netdir.3nsl
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_bcast.c | 194 if (netdir_options(nconf, ND_SET_BROADCAST, fd, NULL)) { in rpc_broadcast_exp()
|
/illumos-gate/usr/src/lib/libnsl/netdir/ |
H A D | netdir.c | 397 netdir_options(struct netconfig *tp, int option, int fd, char *par) in netdir_options() function
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 390 netdir_options;
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 1456 (void) netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL); in get_the_addr()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3nsl.inc | 111 link path=usr/share/man/man3nsl/netdir_options.3nsl target=netdir.3nsl
|