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

/external/tcpdump/
H A Ddccp.h99 * struct dccp_hdr_reset - Unconditionally shut down a connection
103 struct dccp_hdr_reset { struct
/external/kernel-headers/original/linux/
H A Ddccp.h92 * struct dccp_hdr_reset - Unconditionally shut down a connection
97 struct dccp_hdr_reset { struct
134 return sizeof(struct dccp_hdr_reset);
303 static inline struct dccp_hdr_reset *dccp_hdr_reset(struct sk_buff *skb) function
305 return (struct dccp_hdr_reset *)(skb->h.raw + dccp_basic_hdr_len(skb));

Completed in 24 milliseconds