Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_header.h220 uint32_t laddr_type; /* my local from address type */ member
Dsctp_output.c6119 stc.laddr_type = SCTP_IPV4_ADDRESS;
6187 stc.laddr_type = SCTP_IPV6_ADDRESS;
6207 stc.laddr_type = SCTP_CONN_ADDRESS;
6275 stc.laddr_type = SCTP_IPV4_ADDRESS;
6305 stc.laddr_type = SCTP_IPV6_ADDRESS;
6322 stc.laddr_type = SCTP_CONN_ADDRESS;
6648 if (stc.laddr_type == SCTP_CONN_ADDRESS) {
Dsctp_input.c2410 switch (cookie->laddr_type) {
2641 if ((cookie->laddr_type == SCTP_CONN_ADDRESS) && (dst->sa_family == AF_CONN)) {