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

/freebsd-10.1-release/sys/netinet/
H A Dsctp.h518 #define SCTP_PCB_FLAGS_BOUND_V6 0x04000000 macro
527 SCTP_PCB_FLAGS_BOUND_V6)
H A Dsctp_asconf.c1907 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0)
1957 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
2019 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
2033 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
2111 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
2148 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
2165 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
H A Dsctp_usrreq.c512 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUND_V6; /* I'm not v6! */
1139 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1491 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
1496 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
2106 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
2405 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
2484 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
3657 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
4702 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
5034 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
[all...]
H A Dsctp_pcb.c1677 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
1699 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
1841 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
1843 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1850 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1855 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
H A Dsctputil.c996 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
2341 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
6474 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
6482 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
6501 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
6602 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
6610 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
6629 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
H A Dsctp_sysctl.c216 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
H A Dsctp_output.c5606 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
6213 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
10306 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
12447 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
/freebsd-10.1-release/usr.bin/netstat/
H A Dsctp.c435 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) {
/freebsd-10.1-release/sys/netinet6/
H A Dsctp6_usrreq.c593 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_V6; /* I'm v6! */

Completed in 149 milliseconds