OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dccp_hdr_response
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/linux/
dccp.h
79
* struct
dccp_hdr_response
- Conection initiation response header
86
struct
dccp_hdr_response
{
struct
133
return sizeof(struct
dccp_hdr_response
);
298
static inline struct
dccp_hdr_response
*
dccp_hdr_response
(struct sk_buff *skb)
function
300
return (struct
dccp_hdr_response
*)(skb->h.raw + dccp_basic_hdr_len(skb));
Completed in 40 milliseconds
1
2