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/ › c/ › illumos.zig › IP
IP
illumos.IP
pub const IP = struct
File
Code
pub const IP = struct {
pub const OPTIONS = 1 ;
pub const HDRINCL = 2 ;
pub const TOS = 3 ;
pub const TTL = 4 ;
pub const RECVOPTS = 0x5 ;
pub const RECVRETOPTS = 0x6 ;
pub const RECVDSTADDR = 0x7 ;
pub const RETOPTS = 0x8 ;
pub const RECVIF = 0x9 ;
pub const RECVSLLA = 0xa ;
pub const RECVTTL = 0xb ;
pub const RECVTOS = 0xc ;
pub const MULTICAST_IF = 0x10 ;
pub const MULTICAST_TTL = 0x11 ;
pub const MULTICAST_LOOP = 0x12 ;
pub const ADD_MEMBERSHIP = 0x13 ;
pub const DROP_MEMBERSHIP = 0x14 ;
pub const BLOCK_SOURCE = 0x15 ;
pub const UNBLOCK_SOURCE = 0x16 ;
pub const ADD_SOURCE_MEMBERSHIP = 0x17 ;
pub const DROP_SOURCE_MEMBERSHIP = 0x18 ;
pub const NEXTHOP = 0x19 ;
pub const PKTINFO = 0x1a ;
pub const RECVPKTINFO = 0x1a ;
pub const DONTFRAG = 0x1b ;
pub const MINTTL = 0x1c ;
pub const SEC_OPT = 0x22 ;
pub const BOUND_IF = 0x41 ;
pub const UNSPEC_SRC = 0x42 ;
pub const BROADCAST_TTL = 0x43 ;
pub const DHCPINIT_IF = 0x45 ;
pub const REUSEADDR = 0x104 ;
pub const DONTROUTE = 0x105 ;
pub const BROADCAST = 0x106 ;
pub const DEFAULT_MULTICAST_TTL = 1 ;
pub const DEFAULT_MULTICAST_LOOP = 1 ;
}