Home | History | Annotate | Download | only in tests

Lines Matching refs:udphdr

31     static_assert(offsetof(udphdr, uh_sport) == offsetof(udphdr, source), "udphdr::source");
32 static_assert(offsetof(udphdr, uh_dport) == offsetof(udphdr, dest), "udphdr::dest");
33 static_assert(offsetof(udphdr, uh_ulen) == offsetof(udphdr, len), "udphdr::len");
34 static_assert(offsetof(udphdr, uh_sum) == offsetof(udphdr, check), "udphdr::check");
36 udphdr u;