public RtMsghdr(ushort Msglen = default, byte Version = default, byte Type = default, ushort Hdrlen = default, ushort Index = default, ushort Tableid = default, byte Priority = default, byte Mpls = default, int Addrs = default, int Flags = default, int Fmask = default, int Pid = default, int Seq = default, int Errno = default, uint Inits = default, RtMetrics Rmx = default) { this.Msglen = Msglen; this.Version = Version; this.Type = Type; this.Hdrlen = Hdrlen; this.Index = Index; this.Tableid = Tableid; this.Priority = Priority; this.Mpls = Mpls; this.Addrs = Addrs; this.Flags = Flags; this.Fmask = Fmask; this.Pid = Pid; this.Seq = Seq; this.Errno = Errno; this.Inits = Inits; this.Rmx = Rmx; }
public RtMsghdr(ushort Msglen = default, byte Version = default, byte Type = default, ushort Index = default, array <byte> _ = default, int Flags = default, int Addrs = default, int Pid = default, int Seq = default, int Errno = default, int Use = default, ulong Inits = default, RtMetrics Rmx = default) { this.Msglen = Msglen; this.Version = Version; this.Type = Type; this.Index = Index; this._ = _; this.Flags = Flags; this.Addrs = Addrs; this.Pid = Pid; this.Seq = Seq; this.Errno = Errno; this.Use = Use; this.Inits = Inits; this.Rmx = Rmx; }
public RtMsghdr(ushort Msglen = default, byte Version = default, byte Type = default, ushort Index = default, array <byte> Pad_cgo_0 = default, int Flags = default, int Addrs = default, int Pid = default, int Seq = default, int Errno = default, int Fmask = default, uint Inits = default, RtMetrics Rmx = default) { this.Msglen = Msglen; this.Version = Version; this.Type = Type; this.Index = Index; this.Pad_cgo_0 = Pad_cgo_0; this.Flags = Flags; this.Addrs = Addrs; this.Pid = Pid; this.Seq = Seq; this.Errno = Errno; this.Fmask = Fmask; this.Inits = Inits; this.Rmx = Rmx; }