Home
last modified time | relevance | path

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

/external/usrsctp/programs/
Decho_server.c113 struct sctp_sndinfo snd_info; local
115 snd_info.snd_sid = rcv.rcv_sid;
116 snd_info.snd_flags = 0;
118 snd_info.snd_flags |= SCTP_UNORDERED;
120 snd_info.snd_ppid = rcv.rcv_ppid;
121 snd_info.snd_context = 0;
122 snd_info.snd_assoc_id = rcv.rcv_assoc_id;
123 …if (usrsctp_sendv(sock, data, datalen, NULL, 0, &snd_info, sizeof(struct sctp_sndinfo), SCTP_SENDV…
243 struct sctp_sndinfo snd_info; local
245 snd_info.snd_sid = rcv_info.rcv_sid;
[all …]
Decho_server_upcall.c136 struct sctp_sndinfo snd_info; in handle_upcall() local
138 snd_info.snd_sid = rn.recvv_rcvinfo.rcv_sid; in handle_upcall()
139 snd_info.snd_flags = 0; in handle_upcall()
141 snd_info.snd_flags |= SCTP_UNORDERED; in handle_upcall()
143 snd_info.snd_ppid = rn.recvv_rcvinfo.rcv_ppid; in handle_upcall()
144 snd_info.snd_context = 0; in handle_upcall()
145 snd_info.snd_assoc_id = rn.recvv_rcvinfo.rcv_assoc_id; in handle_upcall()
146 …if (usrsctp_sendv(sock, buf, (size_t) n, NULL, 0, &snd_info, sizeof(struct sctp_sndinfo), SCTP_SEN… in handle_upcall()
Dchargen_server_upcall.c133 struct sctp_sndinfo snd_info; in handle_upcall() local
134 snd_info.snd_sid = 0; in handle_upcall()
135 snd_info.snd_flags = 0; in handle_upcall()
136 snd_info.snd_ppid = 0; in handle_upcall()
137 snd_info.snd_context = 0; in handle_upcall()
138 snd_info.snd_assoc_id = 0; in handle_upcall()
139 …if (usrsctp_sendv(upcall_socket, buffer, strlen(buffer), NULL, 0, &snd_info, (socklen_t)sizeof(str… in handle_upcall()
Dtsctp_upcall.c223 struct sctp_sndinfo snd_info; in handle_upcall() local
314 memset(&snd_info, 0, sizeof(struct sctp_sndinfo)); in handle_upcall()
316 snd_info.snd_flags |= SCTP_UNORDERED; in handle_upcall()
319 …l_socket, tsctp_meta->buffer, tsctp_meta->par_message_length, NULL, 0, &snd_info, (socklen_t)sizeo… in handle_upcall()