Searched defs:send_msg (Results 1 – 2 of 2) sorted by relevance
26 pub fn send_msg(socket_fd: i32, fd: i32, data: &[u8]) -> i32 { in send_msg() function
1528 let send_msg = _payload[4..].to_vec(); in forward_command_dispatch() localVariable