Lines Matching defs:protobp
430 do_all(struct protob *protobp,
444 do_one(nconf->nc_device, nconf->nc_proto, protobp, svc);
502 struct protob *protobp0, *protobp;
646 protobp0 = protobp = (struct protob *)malloc(sizeof (struct protob));
647 protobp->serv = RDC_SVC_NAME;
648 protobp->versmin = RDC_VERS_MIN;
649 protobp->versmax = RDC_VERS_MAX;
650 protobp->program = RDC_PROGRAM;
651 protobp->next = (struct protob *)NULL;
667 free(protobp);