OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_PCB_FLAGS_TCPTYPE
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctputil.h
302
if (stcb->sctp_socket && ((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_TCPTYPE
) || \
323
if (stcb->sctp_socket && ((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_TCPTYPE
) || \
338
((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_TCPTYPE
) || \
sctp_usrreq.c
1084
(inp->sctp_flags &
SCTP_PCB_FLAGS_TCPTYPE
))) {
1166
if ((inp->sctp_flags &
SCTP_PCB_FLAGS_TCPTYPE
) ||
[
all
...]
sctp.h
518
#define
SCTP_PCB_FLAGS_TCPTYPE
0x00000002
sctp_peeloff.c
70
if ((inp->sctp_flags &
SCTP_PCB_FLAGS_TCPTYPE
) ||