Searched refs:sai (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
H A Dusersmtp.c700 ** sai -- where to store auth_info.
701 ** rpool -- resource pool for sai.
718 readauth(filename, safe, sai, rpool)
721 SASL_AI_T *sai;
808 (*sai)[lc] = sm_rpool_strdup_x(rpool, buf);
809 if ((s = strchr((*sai)[lc], '\n')) != NULL)
837 ** sai -- pointer to authinfo (result).
841 ** be available, sai must be checked.
846 ** Fills in sai if successful.
850 getauth(mci, e, sai)
1022 SASL_AI_T *sai; local
1130 SASL_AI_T *sai; local
1279 SASL_AI_T *sai; local
1404 SASL_AI_T *sai; local
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c3032 struct sctp_adaptation_event *sai; local
3045 sai = mtod(m_notify, struct sctp_adaptation_event *);
3046 memset(sai, 0, sizeof(struct sctp_adaptation_event));
3047 sai->sai_type = SCTP_ADAPTATION_INDICATION;
3048 sai->sai_flags = 0;
3049 sai->sai_length = sizeof(struct sctp_adaptation_event);
3050 sai->sai_adaptation_ind = stcb->asoc.peers_adaptation;
3051 sai->sai_assoc_id = sctp_get_associd(stcb);
/freebsd-9.3-release/sys/kern/
H A Dkern_jail.c3406 struct sockaddr_in *sai; local
3426 sai = (struct sockaddr_in *)sa;
3427 error = prison_check_ip4(cred, &sai->sin_addr);

Completed in 114 milliseconds