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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c1665 sctp_rexmit(sctp_t *sctp, sctp_faddr_t *oldfp) argument
1709 * it was sent to a destination other than oldfp)
1736 if (SCTP_CHUNK_DEST(mp) == oldfp)
1760 if (sctp->sctp_frwnd < (oldfp->sf_pmss - sizeof (*sdc)))
1761 sctp->sctp_frwnd = oldfp->sf_pmss - sizeof (*sdc);
1785 oldfp->sf_rxt_unacked = 0;
1799 fp = oldfp;
1800 if (oldfp->sf_state != SCTP_FADDRS_ALIVE)
1801 fp = sctp_rotate_faddr(sctp, oldfp);
1816 oldfp
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c141 ** oldfp -- file pointer to reuse if available (optional)
150 sm_fp(t, flags, oldfp)
153 SM_FILE_T *oldfp;
164 if (oldfp != NULL)
166 fp = oldfp;

Completed in 66 milliseconds