Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c437 sctp->sctp_bound_to_all = 1; in sctp_valid_addr_list()
640 if (sctp1 == NULL || sctp1->sctp_bound_to_all == 1) in sctp_dup_saddrs()
686 if (sctp->sctp_bound_to_all == 1) in sctp_free_saddrs()
687 sctp->sctp_bound_to_all = 0; in sctp_free_saddrs()
1281 if (sctp->sctp_bound_to_all == 1) in sctp_del_saddr()
1282 sctp->sctp_bound_to_all = 0; in sctp_del_saddr()
1335 if (sctp->sctp_bound_to_all == 1) in sctp_del_saddr_list()
1336 sctp->sctp_bound_to_all = 0; in sctp_del_saddr_list()
1466 if (sctp->sctp_bound_to_all == 1) in sctp_check_saddr()
1467 sctp->sctp_bound_to_all = 0; in sctp_check_saddr()
[all …]
H A Dsctp_impl.h787 sctp_bound_to_all : 1, member
829 #define sctp_bound_to_all sctp_bits.sctp_bound_to_all macro
H A Dsctp_opt_data.c1380 sctp->sctp_bound_to_all) { in sctp_getsockname()
1395 sctp->sctp_bound_to_all) { in sctp_getsockname()
H A Dsctp.c866 sctp->sctp_bound_to_all = psctp->sctp_bound_to_all; in sctp_init_values()
H A Dsctp_output.c643 } else if (sctp->sctp_bound_to_all) { in sctp_add_proto_hdr()
652 } else if (sctp->sctp_bound_to_all) { in sctp_add_proto_hdr()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c644 sctp->sctp_bound_to_all) { in sctp_getsockaddr()
660 sctp->sctp_bound_to_all) { in sctp_getsockaddr()
/titanic_50/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c585 mdb_printf("\tbound_to_all\t\t%d\n", sctp->sctp_bound_to_all); in show_sctp_flags()