HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_PCB_FLAGS_BOUND_V6 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet/
sctp_usrreq.c 531 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUND_V6; /* I'm not v6! */
933 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1234 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
1240 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
1560 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
2421 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
2628 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
3338 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
sctp_pcb.h 92 #define SCTP_PCB_FLAGS_BOUND_V6 0x02000000
sctp_asconf.c 1627 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0)
1724 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
1803 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
1821 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
sctp_pcb.c 692 (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
701 (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
1585 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
1587 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1594 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1599 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
sctp_output.c 3360 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
4095 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
5671 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
6612 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
7138 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
7575 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
9420 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
9839 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
sctputil.c 706 if (m->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1601 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
  /src/sys/netinet6/
sctp6_usrreq.c 595 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_V6; /* I'm v6! */

Completed in 28 milliseconds