Home
last modified time | relevance | path

Searched defs:dccp_hdr (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-9/include/linux/
Ddccp.h18 struct dccp_hdr { struct
19 __be16 dccph_sport,
20 dccph_dport;
21 __u8 dccph_doff;
23 __u8 dccph_cscov:4,
47 struct dccp_hdr_ext { argument
/development/ndk/platforms/android-21/include/linux/
Ddccp.h24 struct dccp_hdr { struct
25 __be16 dccph_sport,
26 dccph_dport;
27 __u8 dccph_doff;
30 __u8 dccph_cscov:4,
31 dccph_ccval:4;
34 __u8 dccph_ccval:4,
35 dccph_cscov:4;
59 struct dccp_hdr_ext { argument