Home
last modified time | relevance | path

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

/bionic/tests/
Dnetinet_udp_test.cpp32 static_assert(offsetof(udphdr, uh_dport) == offsetof(udphdr, dest), "udphdr::dest"); in TEST()
38 u.uh_dport = 0x2222; in TEST()
/bionic/libc/include/netinet/
Dudp.h41 u_int16_t uh_dport; member