Searched defs:export_args (Results 1 – 1 of 1) sorted by relevance
607 struct export_args { struct608 uint64_t ex_flags; /* export related flags */609 uid_t ex_root; /* mapping for root uid */610 uid_t ex_uid; /* mapping for anonymous user */611 int ex_ngroups;612 gid_t *ex_groups;613 struct sockaddr *ex_addr; /* net address to which exported */614 u_char ex_addrlen; /* and the net address length */615 struct sockaddr *ex_mask; /* mask of valid bits in saddr */616 u_char ex_masklen; /* and the smask length */[all …]