Home
last modified time | relevance | path

Searched refs:dccp_hdr_response (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
Ddccp.h86 struct dccp_hdr_response { struct
133 return sizeof(struct dccp_hdr_response); in dccp_packet_hdr_len()
298 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) in dccp_hdr_response() function
300 return (struct dccp_hdr_response *)(skb->h.raw + dccp_basic_hdr_len(skb)); in dccp_hdr_response()
/external/tcpdump/
Dprint-dccp.c204 return sizeof(struct dccp_hdr_response); in dccp_packet_hdr_len()
321 struct dccp_hdr_response *dhr = in dccp_print()
322 (struct dccp_hdr_response *)(bp + dccp_basic_hdr_len(dh)); in dccp_print()
Ddccp.h84 struct dccp_hdr_response { struct