Searched refs:ypmaster (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 71 char *ypmaster; in yp_update() local 92 if (yp_master(domain, map, &ypmaster) != 0) { in yp_update() 97 client = clnt_create(ypmaster, YPU_PROG, YPU_VERS, "circuit_n"); in yp_update() 105 free(ypmaster); in yp_update() 109 if (!host2netname(ypmastername, ypmaster, domain)) { in yp_update() 111 free(ypmaster); in yp_update() 115 ypmaster, NULL); in yp_update() 116 free(ypmaster); in yp_update()
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | ypsym.h | 135 extern void ypmaster(SVCXPRT *transp);
|
H A D | ypserv.c | 532 ypmaster(transp); in ypdispatch()
|
H A D | ypserv_proc.c | 591 ypmaster(SVCXPRT *transp) in ypmaster() function
|
/titanic_44/usr/src/cmd/keyserv/ |
H A D | chkey.c | 844 char *ypmaster, *ypdomain = NULL, pkent[MAXPKENTLEN]; in storekeys() local 854 if (yp_master(ypdomain, PKMAP, &ypmaster) != 0) { in storekeys() 861 "Sending key change request to %s ...\n", ypmaster); in storekeys()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 830 if (($ypmaster = `/usr/bin/ypwhich 2>/dev/null`) && $? == 0) { 831 $ypmaster =~ /(.*)\n/; 832 ($ypmaster) = gethostbyname($1); 834 if ($ypmaster eq $thishost) {
|