Lines Matching refs:newreq
385 struct ypreq_newxfr newreq; in ypxfr() local
397 memset(&newreq, 0, sizeof (newreq)); in ypxfr()
399 (char *)&newreq)) { in ypxfr()
414 newreq.map_parms.domain, in ypxfr()
415 newreq.map_parms.map, in ypxfr()
416 newreq.map_parms.ordernum, in ypxfr()
417 newreq.map_parms.owner, in ypxfr()
418 newreq.transid, in ypxfr()
419 newreq.proto, in ypxfr()
420 newreq.name); in ypxfr()
422 sprintf(transid, "%u", newreq.transid); in ypxfr()
423 sprintf(proto, "%u", newreq.proto); in ypxfr()
424 sprintf(name, "%s", newreq.ypxfr_owner); in ypxfr()
425 pdomain = newreq.ypxfr_domain; in ypxfr()
426 pmap = newreq.ypxfr_map; in ypxfr()
499 (char *)&newreq)) { in ypxfr()