IPv6 socket address
family: sa_family_t = AF.INET6
port: in_port_t
flowinfo: u32
addr: [16]u8
scope_id: u32
pub const in6 = extern struct { family: sa_family_t = AF.INET6, port: in_port_t, flowinfo: u32, addr: [16]u8, scope_id: u32, }
Press escape to exit search and then '?' to see more options.