Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c150 static void sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp);
1826 sctp_ResetTimeOut(la, assoc, SN_I_T(la)); in INi_process()
1849 sctp_ResetTimeOut(la,assoc, SN_U_T(la)); in INi_process()
1878 sctp_ResetTimeOut(la,assoc, SN_I_T(la)); in INa_process()
1893 sctp_ResetTimeOut(la,assoc, SN_U_T(la)); in INa_process()
1927 sctp_ResetTimeOut(la,assoc, SN_C_T(la)); in UP_process()
1943 sctp_ResetTimeOut(la,assoc, SN_U_T(la)); in UP_process()
1971 sctp_ResetTimeOut(la, assoc, SN_X_T(la));/* allow to stay open for Tbit packets*/ in CL_process()
1977 sctp_ResetTimeOut(la, assoc, SN_C_T(la)); in CL_process()
2444 sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp) in sctp_ResetTimeOut() function