structstd.os.linux.MSG[src]

Values

ConstantOOB[src]

Source Code

Source code
pub const OOB = 0x0001

ConstantPEEK[src]

Source Code

Source code
pub const PEEK = 0x0002

ConstantDONTROUTE[src]

Source Code

Source code
pub const DONTROUTE = 0x0004

ConstantCTRUNC[src]

Source Code

Source code
pub const CTRUNC = 0x0008

ConstantPROXY[src]

Source Code

Source code
pub const PROXY = 0x0010

ConstantTRUNC[src]

Source Code

Source code
pub const TRUNC = 0x0020

ConstantDONTWAIT[src]

Source Code

Source code
pub const DONTWAIT = 0x0040

ConstantEOR[src]

Source Code

Source code
pub const EOR = 0x0080

ConstantWAITALL[src]

Source Code

Source code
pub const WAITALL = 0x0100

ConstantFIN[src]

Source Code

Source code
pub const FIN = 0x0200

ConstantSYN[src]

Source Code

Source code
pub const SYN = 0x0400

ConstantCONFIRM[src]

Source Code

Source code
pub const CONFIRM = 0x0800

ConstantRST[src]

Source Code

Source code
pub const RST = 0x1000

ConstantERRQUEUE[src]

Source Code

Source code
pub const ERRQUEUE = 0x2000

ConstantNOSIGNAL[src]

Source Code

Source code
pub const NOSIGNAL = 0x4000

ConstantMORE[src]

Source Code

Source code
pub const MORE = 0x8000

ConstantWAITFORONE[src]

Source Code

Source code
pub const WAITFORONE = 0x10000

ConstantBATCH[src]

Source Code

Source code
pub const BATCH = 0x40000

ConstantZEROCOPY[src]

Source Code

Source code
pub const ZEROCOPY = 0x4000000

ConstantFASTOPEN[src]

Source Code

Source code
pub const FASTOPEN = 0x20000000

ConstantCMSG_CLOEXEC[src]

Source Code

Source code
pub const CMSG_CLOEXEC = 0x40000000

Source Code

Source code
pub const MSG = struct {
    pub const OOB = 0x0001;
    pub const PEEK = 0x0002;
    pub const DONTROUTE = 0x0004;
    pub const CTRUNC = 0x0008;
    pub const PROXY = 0x0010;
    pub const TRUNC = 0x0020;
    pub const DONTWAIT = 0x0040;
    pub const EOR = 0x0080;
    pub const WAITALL = 0x0100;
    pub const FIN = 0x0200;
    pub const SYN = 0x0400;
    pub const CONFIRM = 0x0800;
    pub const RST = 0x1000;
    pub const ERRQUEUE = 0x2000;
    pub const NOSIGNAL = 0x4000;
    pub const MORE = 0x8000;
    pub const WAITFORONE = 0x10000;
    pub const BATCH = 0x40000;
    pub const ZEROCOPY = 0x4000000;
    pub const FASTOPEN = 0x20000000;
    pub const CMSG_CLOEXEC = 0x40000000;
}