Searched defs:recv (Results 1 – 3 of 3) sorted by relevance
54 int recv(handle_t chan, in recv() function114 int recv(handle_t chan, in recv() function188 int recv(handle_t chan, in recv() function
238 int recv(handle_t fd, in recv() function274 int recv(handle_t fd, in recv() function323 int recv(handle_t fd, in recv() function
136 pub fn recv<T: Deserialize>(&self, buffer: &mut [u8]) -> Result<T, T::Error> { in recv() method