Home
last modified time | relevance | path

Searched defs:offsetof_sun_path (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dread_sockaddr.rs56 let offsetof_sun_path = super::addr::offsetof_sun_path(); in read_sockaddr() localVariable
130 let offsetof_sun_path = super::addr::offsetof_sun_path(); in read_sockaddr_os() localVariable
Daddr.rs166 pub(crate) fn offsetof_sun_path() -> usize { in offsetof_sun_path() function
/third_party/rust/crates/rustix/src/backend/libc/net/
Dread_sockaddr.rs99 let offsetof_sun_path = super::addr::offsetof_sun_path(); in read_sockaddr() localVariable
206 let offsetof_sun_path = super::addr::offsetof_sun_path(); in inner_read_sockaddr_os() localVariable
Daddr.rs275 pub(crate) fn offsetof_sun_path() -> usize { in offsetof_sun_path() function