ntsid
((struct ntsid *)((s)->sd_owneroff ? \
((struct ntsid *)((s)->sd_groupoff ? \
#define acesid(a) ((struct ntsid *)((char *)(a) + sizeof (struct ntace)))
typedef struct ntsid ntsid_t;
#define sidlen(s) (sizeof (struct ntsid) + 4 * (s)->sid_subauthcount)
#define MAXSIDLEN (sizeof (struct ntsid) + 4 * KAUTH_NTSID_MAX_AUTHORITIES)
#define sidsub(s) ((uint32_t *)((char *)(s) + sizeof (struct ntsid)))