OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQ_COMP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_socket.c
225
(so->so_state & SS_PROTOREF) || (so->so_qstate &
SQ_COMP
)) {
232
KASSERT((so->so_qstate &
SQ_COMP
) != 0 ||
234
("sofree: so_head != NULL, but neither
SQ_COMP
nor "
236
KASSERT((so->so_qstate &
SQ_COMP
) == 0 ||
238
("sofree: so->so_qstate is
SQ_COMP
and also SQ_INCOMP"));
244
KASSERT((so->so_qstate &
SQ_COMP
) == 0 &&
246
("sofree: so_head == NULL, but still
SQ_COMP
(%d) or SQ_INCOMP(%d)",
247
so->so_qstate &
SQ_COMP
, so->so_qstate & SQ_INCOMP));
417
so->so_qstate |=
SQ_COMP
;
504
so->so_qstate |=
SQ_COMP
;
[
all
...]
user_socketvar.h
347
#define
SQ_COMP
0x1000 /* unaccepted, complete connection */
Completed in 236 milliseconds