Function nc::socketcall

source ·
pub unsafe fn socketcall(call: i32, args: &mut usize) -> Result<usize, Errno>
Expand description

System call vectors.

Argument checking cleaned up. Saved 20% in size. This function doesn’t need to set the kernel lock because it is set by the callees.