Searched refs:SCTP_MALLOC_SONAME (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/ |
D | sctp6_usrreq.c | 1293 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof(*sin6)); 1429 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); 1545 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); 1609 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6);
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 670 #define SCTP_MALLOC_SONAME(var, type, size) \ macro
|
D | sctp_usrreq.c | 8536 SCTP_MALLOC_SONAME(sin, struct sockaddr_in *, sizeof *sin); 8554 SCTP_MALLOC_SONAME(sin6, struct sockaddr_in6 *, sizeof *sin6); 8589 SCTP_MALLOC_SONAME(sconn, struct sockaddr_conn *, sizeof(struct sockaddr_conn)); 8629 SCTP_MALLOC_SONAME(sin, struct sockaddr_in *, sizeof *sin); 8747 SCTP_MALLOC_SONAME(sin, struct sockaddr_in *, sizeof *sin);
|