Searched refs:sai (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | usersmtp.c | 710 readauth(filename, safe, sai, rpool) in readauth() argument 713 SASL_AI_T *sai; 800 (*sai)[lc] = sm_rpool_strdup_x(rpool, buf); 801 if ((s = strchr((*sai)[lc], '\n')) != NULL) 842 getauth(mci, e, sai) in getauth() argument 845 SASL_AI_T *sai; 916 (*sai)[r] = (char *) sm_rpool_malloc(mci->mci_rpool, l + 1); 917 if ((*sai)[r] == NULL) 922 (void) sm_strlcpy((*sai)[r], pvp[i + 1] + 3, l + 1); 932 (unsigned int) l, (*sai)[r], [all …]
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_notify.c | 455 struct sctp_adaptation_event *sai; in sctp_adaptation_event() local 461 if ((mp = allocb(sizeof (*sai), BPRI_MED)) == NULL) { in sctp_adaptation_event() 465 sai = (struct sctp_adaptation_event *)mp->b_rptr; in sctp_adaptation_event() 466 sai->sai_type = SCTP_ADAPTATION_INDICATION; in sctp_adaptation_event() 467 sai->sai_flags = 0; in sctp_adaptation_event() 468 sai->sai_length = sizeof (*sai); in sctp_adaptation_event() 469 sai->sai_assoc_id = 0; in sctp_adaptation_event() 473 sai->sai_adaptation_ind = sctp->sctp_rx_adaptation_code; in sctp_adaptation_event() 475 mp->b_wptr = (uchar_t *)(sai + 1); in sctp_adaptation_event() 476 sctp_notify(sctp, mp, sai->sai_length); in sctp_adaptation_event()
|