Searched defs:sauth (Results 1 – 1 of 1) sorted by relevance
86 struct sauth { struct87 u_short proto; /* authentication protocol to use */88 u_short flags;89 char *name; /* system identification name */90 char *secret; /* secret password */91 u_char name_len; /* no need to have a bigger size */92 u_char secret_len; /* because proto gives size in a byte */