Home
last modified time | relevance | path

Searched defs:sauth (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dif_sppp.h63 struct sauth { struct
64 u_short proto; /* authentication protocol to use */
65 u_short flags;
69 u_char name[AUTHNAMELEN]; /* system identification name */
70 u_char secret[AUTHKEYLEN]; /* secret password */
71 u_char challenge[AUTHKEYLEN]; /* random challenge */
/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c4259 struct sctp_authchunk *sauth; local