Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h544 #define SCTP_PCB_FLAGS_BOUND_V6 0x04000000 macro
555 SCTP_PCB_FLAGS_BOUND_V6|\
562 SCTP_PCB_FLAGS_BOUND_V6)
Dsctp_asconf.c1969 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) in sctp_addr_mgmt_assoc()
2017 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_addr_mgmt_assoc()
2080 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) { in sctp_asconf_iterator_ep()
2091 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_asconf_iterator_ep()
2171 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) { in sctp_asconf_iterator_stcb()
2208 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_asconf_iterator_stcb()
2227 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_asconf_iterator_stcb()
Dsctp_usrreq.c683 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUND_V6; /* I'm not v6! */
760 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUND_V6;
1496 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1966 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
1971 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
2660 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
3095 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
4505 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
5792 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
6439 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
[all …]
Dsctputil.c1260 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_init_asoc()
3019 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_mtu_size_reset()
7658 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
7668 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
7694 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
7788 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
7797 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
7823 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
Dsctp_pcb.c1956 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
1974 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
2169 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
2171 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
2178 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
2183 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
Dsctp_sysctl.c277 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_sysctl_copy_out_local_addresses()
Dsctp_output.c6077 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
6787 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
10938 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
13670 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c767 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_V6; /* I'm v6! */
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c317 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in soabort()