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

/freebsd-9.3-release/libexec/ypxfr/
H A Dypxfr_main.c162 char *ypxfr_source_host = NULL; local
203 ypxfr_source_host = optarg;
301 if (ypxfr_source_host == NULL) {
318 ypxfr_master = ypxfr_source_host = strdup(dptr);
328 ypxfr_source_host,
338 * If we got here and ypxfr_source_host is still undefined,
343 if (ypxfr_source_host == NULL)
344 ypxfr_source_host = ypxfr_master;
349 remoteport = getrpcport(ypxfr_source_host, YPPROG, YPVERS, IPPROTO_UDP);
352 ypxfr_source_host);
[all...]

Completed in 95 milliseconds