Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_sppp.h63 struct sauth { struct
111 struct sauth myauth; /* auth params, i'm peer */
112 struct sauth hisauth; /* auth params, i'm authenticator */
165 struct sauth myauth; /* auth params, i'm peer */
166 struct sauth hisauth; /* auth params, i'm authenticator */
/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c4259 struct sctp_authchunk *sauth; local
4261 SCTP_CHECK_AND_CAST(sauth, optval, struct sctp_authchunk, optsize);
4264 if (sctp_auth_add_chunk(sauth->sauth_chunk, inp->sctp_ep.local_auth_chunks)) {