Searched defs:sai (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c455 struct sctp_adaptation_event *sai; local
461 if ((mp = allocb(sizeof (*sai), BPRI_MED)) == NULL) {
465 sai = (struct sctp_adaptation_event *)mp->b_rptr;
466 sai->sai_type = SCTP_ADAPTATION_INDICATION;
467 sai->sai_flags = 0;
468 sai->sai_length = sizeof (*sai);
469 sai->sai_assoc_id = 0;
473 sai->sai_adaptation_ind = sctp->sctp_rx_adaptation_code;
475 mp->b_wptr = (uchar_t *)(sai
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c692 ** sai -- where to store auth_info.
693 ** rpool -- resource pool for sai.
710 readauth(filename, safe, sai, rpool)
713 SASL_AI_T *sai;
800 (*sai)[lc] = sm_rpool_strdup_x(rpool, buf);
801 if ((s = strchr((*sai)[lc], '\n')) != NULL)
829 ** sai -- pointer to authinfo (result).
833 ** be available, sai must be checked.
838 ** Fills in sai if successful.
842 getauth(mci, e, sai)
1014 SASL_AI_T *sai; local
1122 SASL_AI_T *sai; local
1271 SASL_AI_T *sai; local
1396 SASL_AI_T *sai; local
[all...]

Completed in 55 milliseconds