Lines Matching defs:export_args
572 struct export_args { struct
573 uint64_t ex_flags; /* export related flags */
574 uid_t ex_root; /* mapping for root uid */
575 uid_t ex_uid; /* mapping for anonymous user */
576 int ex_ngroups;
577 gid_t *ex_groups;
578 struct sockaddr *ex_addr; /* net address to which exported */
579 u_char ex_addrlen; /* and the net address length */
580 struct sockaddr *ex_mask; /* mask of valid bits in saddr */
581 u_char ex_masklen; /* and the smask length */
582 char *ex_indexfile; /* index file for WebNFS URLs */
583 int ex_numsecflavors; /* security flavor count */
584 int ex_secflavors[MAXSECFLAVORS]; /* list of security flavors */