Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_BOUNDALL (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h530 #define SCTP_PCB_FLAGS_BOUNDALL 0x00000004 macro
553 #define SCTP_PCB_COPY_FLAGS (SCTP_PCB_FLAGS_BOUNDALL|\
560 #define SCTP_PCB_COPY_FLAGS (SCTP_PCB_FLAGS_BOUNDALL|\
Dsctp_asconf.c1397 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_asconf_queue_add()
1930 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0 || in sctp_addr_mgmt_assoc()
2279 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_asconf_iterator_stcb()
2730 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) in sctp_compose_asconf()
3199 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_check_address_list()
3417 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_asconf_send_nat_state_update()
Dsctp_pcb.c964 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
1275 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
1950 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) &&
2048 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL)) {
3143 if ((new_inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
3658 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUNDALL;
3764 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUNDALL;
6005 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
6095 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
6184 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
[all …]
Dsctp_sysctl.c208 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_sysctl_number_of_addresses()
309 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_sysctl_copy_out_local_addresses()
Dsctp_usrreq.c1537 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
1813 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
2133 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
4484 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
6732 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
8260 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
8650 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
Dsctputil.c1720 SCTP_PCB_FLAGS_BOUNDALL, in sctp_handle_addr_wq()
7630 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
7760 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
7887 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
Dsctp_output.c2080 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_add_addresses_to_i_ia()
3540 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c1315 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {