Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_constants.h401 #define SCTP_CONN_ADDRESS 0x0004 macro
Dsctp_input.c2435 case SCTP_CONN_ADDRESS:
2634 if ((cookie->addr_type == SCTP_CONN_ADDRESS) && (src->sa_family == AF_CONN)) {
2641 if ((cookie->laddr_type == SCTP_CONN_ADDRESS) && (dst->sa_family == AF_CONN)) {
2830 case SCTP_CONN_ADDRESS:
Dsctp_output.c6200 stc.addr_type = SCTP_CONN_ADDRESS;
6207 stc.laddr_type = SCTP_CONN_ADDRESS;
6316 stc.addr_type = SCTP_CONN_ADDRESS;
6322 stc.laddr_type = SCTP_CONN_ADDRESS;
6642 if (stc.addr_type == SCTP_CONN_ADDRESS) {
6648 if (stc.laddr_type == SCTP_CONN_ADDRESS) {