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

/freebsd-10.0-release/sys/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 */
/freebsd-10.0-release/sys/netinet/
H A Dsctp_usrreq.c3828 struct sctp_authchunk *sauth; local
3830 SCTP_CHECK_AND_CAST(sauth, optval, struct sctp_authchunk, optsize);
3833 if (sctp_auth_add_chunk(sauth->sauth_chunk, inp->sctp_ep.local_auth_chunks)) {

Completed in 112 milliseconds