struct tarpc_sin6

Overview

IPv6-specific part of generic address More…

struct tarpc_sin6 {
    // fields

    uint16_t port;
    uint32_t flowinfo;
    uint8_t addr[16];
    uint32_t scope_id;
    uint32_t src_id;
};

Detailed Documentation

IPv6-specific part of generic address

Fields

uint16_t port

Port in host byte order

uint32_t flowinfo

Flow information

uint8_t addr[16]

Network address

uint32_t scope_id

Scope identifier (since RFC 2553)

uint32_t src_id

Solaris extension