OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_NOTIFICATION
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_uio.h
266
#define
SCTP_NOTIFICATION
0x0010 /* next message is a notification */
543
union
sctp_notification
{
union
[
all
...]
sctp_indata.c
295
nxtinfo->nxt_flags |=
SCTP_NOTIFICATION
;
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
usrsctp.h
415
union
sctp_notification
{
union
452
#define
SCTP_NOTIFICATION
0x0010 /* next message is a notification */
[
all
...]
user_socket.c
1102
rn->recvv_nxtinfo.nxt_flags |=
SCTP_NOTIFICATION
;
[
all
...]
Completed in 3190 milliseconds