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

socket_bind

Function socket_bind 

Source
pub fn socket_bind(socket_id: u64, path: &str) -> KernelResult<()>
Expand description

Bind a Unix socket to a filesystem path.