⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

getsockopt

Function getsockopt 

Source
pub fn getsockopt(
    _id: usize,
    _level: i32,
    _optname: i32,
    _optval_ptr: usize,
) -> Result<usize, KernelError>
Expand description

Get a socket option.