Home
last modified time | relevance | path

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

/external/usrsctp/programs/
Decho_server.c120 snd_info.snd_ppid = rcv.rcv_ppid;
250 snd_info.snd_ppid = rcv_info.rcv_ppid;
Ddaytime_server.c122 sndinfo.snd_ppid = htonl(DAYTIME_PPID);
Ddaytime_server_upcall.c80 sndinfo.snd_ppid = htonl(DAYTIME_PPID);
Drtcweb.c350 sndinfo.snd_ppid = htonl(DATA_CHANNEL_PPID_CONTROL); in send_open_request_message()
378 sndinfo.snd_ppid = htonl(DATA_CHANNEL_PPID_CONTROL); in send_open_response_message()
403 sndinfo.snd_ppid = htonl(DATA_CHANNEL_PPID_CONTROL); in send_open_ack_message()
527 spa.sendv_sndinfo.snd_ppid = htonl(DATA_CHANNEL_PPID_DOMSTRING); in send_user_message()
1128 ntohl(ssfe->ssfe_info.snd_ppid), ssfe->ssfe_info.snd_sid,
Dchargen_server_upcall.c136 snd_info.snd_ppid = 0; in handle_upcall()
Decho_server_upcall.c143 snd_info.snd_ppid = rn.recvv_rcvinfo.rcv_ppid; in handle_upcall()
Dtsctp.c238 sndinfo.snd_ppid = 0; in send_cb()
752 sndinfo.snd_ppid = 0;
Dekr_client.c288 sndinfo.snd_ppid = htonl(DISCARD_PPID);
Dhttp_client.c293 sndinfo.snd_ppid = htonl(63); /* PPID for HTTP/SCTP */
Dekr_peer.c311 sndinfo.snd_ppid = htonl(DISCARD_PPID);
Dst_client.c146 sndinfo.snd_ppid = htonl(DISCARD_PPID); in on_connect()
Dprograms_helper.c227 ntohl(ssfe->ssfe_info.snd_ppid), ssfe->ssfe_info.snd_sid,
Dekr_loop_offload.c515 sndinfo.snd_ppid = htonl(DISCARD_PPID);
Dekr_loop_upcall.c543 sndinfo.snd_ppid = htonl(DISCARD_PPID);
Dekr_loop.c508 sndinfo.snd_ppid = htonl(DISCARD_PPID);
/external/webrtc/media/sctp/
Dsctp_transport.cc232 spa.sendv_sndinfo.snd_ppid = rtc::HostToNetwork32(GetPpid(params.type)); in CreateSctpSendParams()
1256 << rtc::NetworkToHost32(ssfe.ssfe_info.snd_ppid) in OnNotificationFromSctp()
/external/iproute2/include/uapi/linux/
Dsctp.h216 __u32 snd_ppid; member
/external/kernel-headers/original/uapi/linux/
Dsctp.h234 __u32 snd_ppid; member
/external/usrsctp/usrsctplib/
Dusrsctp.h215 uint32_t snd_ppid; member
Duser_socket.c878 sinfo.sinfo_ppid = ((struct sctp_sndinfo *)info)->snd_ppid; in usrsctp_sendv()
905 sinfo.sinfo_ppid = ((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_ppid; in usrsctp_sendv()
/external/usrsctp/usrsctplib/netinet/
Dsctp_uio.h192 uint32_t snd_ppid; member
Dsctp_usrreq.c3892 info->snd_ppid = stcb->asoc.def_send.sinfo_ppid;
3904 info->snd_ppid = inp->def_send.sinfo_ppid;
7192 stcb->asoc.def_send.sinfo_ppid = info->snd_ppid;
7210 inp->def_send.sinfo_ppid = info->snd_ppid;
7225 stcb->asoc.def_send.sinfo_ppid = info->snd_ppid;
Dsctputil.c3577 ssfe->ssfe_info.snd_ppid = chk->rec.data.ppid; in sctp_notify_send_failed()
3688 ssfe->ssfe_info.snd_ppid = sp->ppid; in sctp_notify_send_failed2()
Dsctp_output.c3645 sndrcvinfo->sinfo_ppid = sndinfo.snd_ppid;