Searched refs:typemask (Results 1 – 1 of 1) sorted by relevance
83 match_types(const struct dccp_hdr *dh, u_int16_t typemask) in match_types() argument85 return typemask & (1 << dh->dccph_type); in match_types()117 && DCCHECK(match_types(dh, info->typemask), in dccp_mt()
Completed in 3 milliseconds