Home
last modified time | relevance | path

Searched refs:ND_SET_RESERVEDPORT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/head/
H A Dnetdir.h150 #define ND_SET_RESERVEDPORT 2 /* bind it to reserve address */ macro
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c66 (void) netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL); in __yp_clnt_create_rsvdport_netid_req()
H A Dyp_bind.c440 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL) == -1) { in tli_open_rsvdport()
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c411 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/ypcmd/
H A Dypxfrd_client.c238 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd,
H A Dypserv.c293 if (netdir_options(nconf, ND_SET_RESERVEDPORT, service[i].fd, in ypinit()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c313 if (netdir_options(nconf, ND_SET_RESERVEDPORT, fd, in setup_nb_parms()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c104 case ND_SET_RESERVEDPORT: /* bind to a resered port */ in __inet_netdir_options()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1456 (void) netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL); in get_the_addr()