UNIX domain socket
len: u8 = @sizeOf(un)
family: sa_family_t = AF.UNIX
path: [104]u8
pub const un = extern struct { len: u8 = @sizeOf(un), family: sa_family_t = AF.UNIX, path: [104]u8, }
Press escape to exit search and then '?' to see more options.