Zig 0.17.0-dev (Split by item)
This is an example of documentation generated by
ZigDoc , an alternative to Zig's built-in
Auto Doc feature. See also
examples in other modes/formats . The project being documented here (as the example) is the Zig library itself.
Zig › std/ › os/ › linux.zig › SOL
SOL
linux.SOL
pub const SOL = struct
File
Code
pub const SOL = struct {
pub const SOCKET = if (is_mips or is_sparc or native_arch == .alpha )
0xffff
else
1 ;
pub const IP = 0 ;
pub const IPV6 = 41 ;
pub const ICMPV6 = 58 ;
pub const RAW = 255 ;
pub const DECNET = 261 ;
pub const X25 = 262 ;
pub const PACKET = 263 ;
pub const ATM = 264 ;
pub const AAL = 265 ;
pub const IRDA = 266 ;
pub const NETBEUI = 267 ;
pub const LLC = 268 ;
pub const DCCP = 269 ;
pub const NETLINK = 270 ;
pub const TIPC = 271 ;
pub const RXRPC = 272 ;
pub const PPPOL2TP = 273 ;
pub const BLUETOOTH = 274 ;
pub const PNPIPE = 275 ;
pub const RDS = 276 ;
pub const IUCV = 277 ;
pub const CAIF = 278 ;
pub const ALG = 279 ;
pub const NFC = 280 ;
pub const KCM = 281 ;
pub const TLS = 282 ;
pub const XDP = 283 ;
}