Home
last modified time | relevance | path

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

/bionic/tests/
Dnetinet_udp_test.cpp31 static_assert(offsetof(udphdr, uh_sport) == offsetof(udphdr, source), "udphdr::source"); in TEST()
37 u.uh_sport = 0x1111; in TEST()
/bionic/libc/include/netinet/
Dudp.h39 u_int16_t uh_sport; member