OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sctp_callout
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_callout.h
70
TAILQ_HEAD(calloutlist,
sctp_callout
);
72
struct
sctp_callout
{
struct
73
TAILQ_ENTRY(
sctp_callout
) tqe;
79
typedef struct
sctp_callout
sctp_os_timer_t;
sctp_callout.c
34
#include <netinet/
sctp_callout
.h>
sctp_os_userspace.h
794
* user_sctp_callout.h has typedef struct
sctp_callout
sctp_os_timer_t;
798
#include <netinet/
sctp_callout
.h>
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
Makefile.nmake
49
sctp_callout
.obj \
84
netinet\
sctp_callout
.h \
133
sctp_callout
.obj : netinet\
sctp_callout
.c $(usrsctp_HEADERS)
134
cl $(CVARSDLL) $(CFLAGS) -c netinet\
sctp_callout
.c
Makefile.am
53
netinet/
sctp_callout
.c netinet/
sctp_callout
.h \
user_sctp_timer_iterate.c
40
#include "netinet/
sctp_callout
.h"
/external/chromium_org/third_party/usrsctp/
BUILD.gn
23
"usrsctplib/netinet/
sctp_callout
.c",
24
"usrsctplib/netinet/
sctp_callout
.h",
usrsctp.gyp
68
'usrsctplib/netinet/
sctp_callout
.c',
69
'usrsctplib/netinet/
sctp_callout
.h',
localchanges.patch
25
Only in usrsctplib/netinet:
sctp_callout
.c
26
Only in usrsctplib/netinet:
sctp_callout
.h
usrsctplib.target.darwin-arm64.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.darwin-mips.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.darwin-mips64.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.darwin-x86.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.darwin-x86_64.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.linux-arm64.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.linux-mips.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.linux-mips64.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.linux-x86.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.linux-x86_64.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.darwin-arm.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
usrsctplib.target.linux-arm.mk
28
third_party/usrsctp/usrsctplib/netinet/
sctp_callout
.c \
Completed in 6875 milliseconds