Searched refs:dccp_hdr_response (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Ddccp.h78 * struct dccp_hdr_response - Conection initiation response header
84 struct dccp_hdr_response { struct
H A Dprint-dccp.c156 return sizeof(struct dccp_hdr_response);
262 struct dccp_hdr_response *dhr =
263 (struct dccp_hdr_response *)(bp + dccp_basic_hdr_len(dh));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddccp.h78 * struct dccp_hdr_response - Connection initiation response header
83 struct dccp_hdr_response { struct
131 return sizeof(struct dccp_hdr_response);
335 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) function
337 return (struct dccp_hdr_response *)(skb_transport_header(skb) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Doutput.c345 sizeof(struct dccp_hdr_response);
380 dccp_hdr_response(skb)->dccph_resp_service = dreq->dreq_service;

Completed in 98 milliseconds