HomeSort by: relevance | last modified time | path
    Searched defs:srcv (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 3910 struct sctp_sndrcvinfo *srcv,
3931 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
3969 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
3995 struct sctp_sndrcvinfo *srcv,
4002 (srcv->sinfo_flags & (SCTP_PR_SCTP_TTL|SCTP_PR_SCTP_BUF)) &&
4003 (srcv->sinfo_timetolive > 0)
4012 if (srcv->sinfo_flags & SCTP_PR_SCTP_BUF) {
4017 template->rec.data.timetodrop.tv_sec = srcv->sinfo_timetolive;
4022 tv.tv_sec = srcv->sinfo_timetolive / 1000;
4023 tv.tv_usec = (srcv->sinfo_timetolive * 1000) % 1000000
7094 struct sctp_sndrcvinfo srcv; local in function:sctp_output
9807 struct sctp_sndrcvinfo srcv; local in function:sctp_sosend
    [all...]
sctp_output.c 3910 struct sctp_sndrcvinfo *srcv,
3931 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
3969 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
3995 struct sctp_sndrcvinfo *srcv,
4002 (srcv->sinfo_flags & (SCTP_PR_SCTP_TTL|SCTP_PR_SCTP_BUF)) &&
4003 (srcv->sinfo_timetolive > 0)
4012 if (srcv->sinfo_flags & SCTP_PR_SCTP_BUF) {
4017 template->rec.data.timetodrop.tv_sec = srcv->sinfo_timetolive;
4022 tv.tv_sec = srcv->sinfo_timetolive / 1000;
4023 tv.tv_usec = (srcv->sinfo_timetolive * 1000) % 1000000
7094 struct sctp_sndrcvinfo srcv; local in function:sctp_output
9807 struct sctp_sndrcvinfo srcv; local in function:sctp_sosend
    [all...]

Completed in 59 milliseconds