Home
last modified time | relevance | path

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

/external/ltp/utils/sctp/include/netinet/
Dsctp.h292 struct sctp_sndrcvinfo ssf_info; member
/external/ltp/utils/sctp/func_tests/
Dtest_sctp_sendrecvmsg.c337 } while (!(ssf->ssf_info.sinfo_flags & 0x01)); /* LAST FRAG */ in main()
Dtest_timetolive.c387 } while (!(ssf->ssf_info.sinfo_flags & 0x01)); /* LAST_FRAG */ in main()
/external/iproute2/include/uapi/linux/
Dsctp.h397 struct sctp_sndrcvinfo ssf_info; member
/external/usrsctp/usrsctplib/netinet/
Dsctputil.c3593 ssf->ssf_info.sinfo_stream = chk->rec.data.sid; in sctp_notify_send_failed()
3594 ssf->ssf_info.sinfo_ssn = (uint16_t)chk->rec.data.mid; in sctp_notify_send_failed()
3595 ssf->ssf_info.sinfo_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()
3596 ssf->ssf_info.sinfo_ppid = chk->rec.data.ppid; in sctp_notify_send_failed()
3597 ssf->ssf_info.sinfo_context = chk->rec.data.context; in sctp_notify_send_failed()
3598 ssf->ssf_info.sinfo_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3700 ssf->ssf_info.sinfo_stream = sp->sid; in sctp_notify_send_failed2()
3701 ssf->ssf_info.sinfo_ssn = 0; in sctp_notify_send_failed2()
3703 ssf->ssf_info.sinfo_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()
3705 ssf->ssf_info.sinfo_flags = SCTP_DATA_NOT_FRAG; in sctp_notify_send_failed2()
[all …]
Dsctp_uio.h402 struct sctp_sndrcvinfo ssf_info; member
/external/kernel-headers/original/uapi/linux/
Dsctp.h453 struct sctp_sndrcvinfo ssf_info; member