Lines Matching defs:protobp
148 struct protob *protobp0, *protobp;
535 protobp0 = protobp = (struct protob *)malloc(sizeof (struct protob));
536 protobp->serv = "NFS";
537 protobp->versmin = nfs_server_vers_min;
538 protobp->versmax = nfs_server_vers_max;
539 protobp->program = NFS_PROGRAM;
541 protobp->next = (struct protob *)malloc(sizeof (struct protob));
542 protobp = protobp->next;
543 protobp->serv = "NFS_ACL"; /* not used */
544 protobp->versmin = nfs_server_vers_min;
546 protobp->versmax = (nfs_server_vers_max > NFS_ACL_V3) ?
548 protobp->program = NFS_ACL_PROGRAM;
549 protobp->next = (struct protob *)NULL;
591 free(protobp);