Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsctp.c116 static int ff_sctp_send(int s, const void *msg, size_t len, in ff_sctp_send() function
342 ret = ff_sctp_send(s->fd, buf + 2, size - 2, &info, MSG_EOR); in sctp_write()