Function ISSOCK [src]

Prototype

pub fn ISSOCK(m: u32) bool

Parameters

m: u32

Source

pub fn ISSOCK(m: u32) bool { return m & IFMT == IFSOCK; }