Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_NEEDS_MAPPED_V4 (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_usrreq.c991 if (inp->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) { in sctp_fill_up_addresses()
1120 if (inp->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) in sctp_count_max_addresses()
1134 if (inp->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) in sctp_count_max_addresses()
1369 optval = inp->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4; in sctp_optsget()
1757 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) || in sctp_optsget()
1814 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) || in sctp_optsget()
1832 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_optsget()
2428 set_opt = SCTP_PCB_FLAGS_NEEDS_MAPPED_V4; in sctp_optsset()
H A Dsctputil.c1930 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_notify_assoc_change()
2016 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_notify_peer_addr_change()
2110 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_notify_send_failed()
2182 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_notify_adaption_layer()
2252 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_notify_partial_delivery_indication()
2331 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_notify_shutdown_event()
2427 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_notify_stream_reset()
H A Dsctp_pcb.h93 #define SCTP_PCB_FLAGS_NEEDS_MAPPED_V4 0x04000000 macro
H A Dsctp_indata.c420 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_deliver_data()
643 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_service_reassembly()
1945 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) && in sctp_process_a_data_chunk()