OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sctpChunkDesc
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
sctpHeader.h
71
struct
sctpChunkDesc
{
84
struct
sctpChunkDesc
chk;
164
struct
sctpChunkDesc
uh;
195
struct
sctpChunkDesc
uh;
210
struct
sctpChunkDesc
hdr;
217
struct
sctpChunkDesc
hdr;
231
struct
sctpChunkDesc
uh;
236
struct
sctpChunkDesc
uh;
241
struct
sctpChunkDesc
uh;
254
struct
sctpChunkDesc
uh
[
all
...]
print-sctp.c
74
const struct
sctpChunkDesc
*chunkDescPtr;
129
chunkDescPtr = (const struct
sctpChunkDesc
*)
133
((const u_char *) chunkDescPtr + sizeof(struct
sctpChunkDesc
))
136
chunkDescPtr = (const struct
sctpChunkDesc
*) nextChunk, chunkCount++)
208
sizeof(struct
sctpChunkDesc
)+1) {
217
sizeof(struct
sctpChunkDesc
)));
Completed in 33 milliseconds