Searched defs:dccp_hdr_response (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/
H A Ddccp.h78 * struct dccp_hdr_response - Conection initiation response header
84 struct dccp_hdr_response { struct
/external/kernel-headers/original/linux/
H A Ddccp.h79 * 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 2986 milliseconds