Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_usrreq.c1600 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE)) {
1649 ((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) &&
1680 ((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) &&
1707 ((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) &&
1753 ((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) &&
1892 ((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) &&
2181 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) &&
2261 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) &&
2279 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) &&
3821 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE)) {
[all …]
H A Dsctp_peeloff.c112 n_inp->sctp_flags = (SCTP_PCB_FLAGS_UDPTYPE | in sctp_do_peeloff()
H A Dsctp.h516 #define SCTP_PCB_FLAGS_UDPTYPE 0x00000001 macro
H A Dsctp_input.c4877 (((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) == 0) && in sctp_process_control()
H A Dsctp_pcb.c2452 inp->sctp_flags = (SCTP_PCB_FLAGS_UDPTYPE | in sctp_inpcb_alloc()
H A Dsctp_output.c12701 (inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE)) { in sctp_lower_sosend()
/freebsd/usr.bin/netstat/
H A Dsctp.c377 else if (xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE) in sctp_process_inpcb()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c511 ((xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE) || in gather_sctp()