enum io.LoopbackProtocolFamily

enum LoopbackProtocolFamily: uint32_t {
    Ip  = 2,
    Ip6 = 24,
};