Expand description
Socket address utilities.
§Safety
This file uses CStr::from_bytes_with_nul_unchecked
on a string it knows
to be NUL-terminated.
Structs§
struct sockaddr_un
Functions§
- Return the offset of the
sun_path
field ofsockaddr_un
.
Type Aliases§
struct sockaddr_storage
as a raw struct.