Searched defs:export_args (Results 1 – 1 of 1) sorted by relevance
441 struct export_args { struct442 int ex_flags; /* export related flags */443 uid_t ex_root; /* mapping for root uid */444 struct xucred ex_anon; /* mapping for anonymous user */445 struct sockaddr *ex_addr; /* net address to which exported */446 u_char ex_addrlen; /* and the net address length */447 struct sockaddr *ex_mask; /* mask of valid bits in saddr */448 u_char ex_masklen; /* and the smask length */449 char *ex_indexfile; /* index file for WebNFS URLs */450 int ex_numsecflavors; /* security flavor count */[all …]