Home
last modified time | relevance | path

Searched refs:sctp_ResetTimeOut (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c149 static void sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp);
1838 sctp_ResetTimeOut(la, assoc, SN_I_T(la)); in INi_process()
1861 sctp_ResetTimeOut(la,assoc, SN_U_T(la)); in INi_process()
1890 sctp_ResetTimeOut(la,assoc, SN_I_T(la)); in INa_process()
1905 sctp_ResetTimeOut(la,assoc, SN_U_T(la)); in INa_process()
1939 sctp_ResetTimeOut(la,assoc, SN_C_T(la)); in UP_process()
1956 sctp_ResetTimeOut(la,assoc, SN_U_T(la)); in UP_process()
1984 sctp_ResetTimeOut(la, assoc, SN_X_T(la));/* allow to stay open for Tbit packets*/ in CL_process()
1990 sctp_ResetTimeOut(la, assoc, SN_C_T(la)); in CL_process()
2459 sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp) in sctp_ResetTimeOut() function