OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dccp_hdr_ext
(Results
51 - 52
of
52
) sorted by null
1
2
3
/bionic/libc/kernel/common/linux/
dccp.h
59
struct
dccp_hdr_ext
{
struct
/external/tcpdump/
print-dccp.c
149
const struct
dccp_hdr_ext
*dhx = (void *)(dh + 1);
160
return sizeof(*dh) + (DCCPH_X(dh) ? sizeof(struct
dccp_hdr_ext
) : 0);
Completed in 461 milliseconds
1
2
3