Home
last modified time | relevance | path

Searched refs:uh_ulen (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Dnetinet_udp_test.cpp33 static_assert(offsetof(udphdr, uh_ulen) == offsetof(udphdr, len), "udphdr::len"); in TEST()
39 u.uh_ulen = 0x3333; in TEST()
/bionic/libc/include/netinet/
Dudp.h42 u_int16_t uh_ulen; member