Searched defs:recv_from (Results 1 – 4 of 4) sorted by relevance
189 const size_t recv_from = ((r - 1) + n) % n; in RingAllreduce() local287 const size_t recv_from = ((r - 1) + n) % n; in RingAllgather() local
131 static void recv_from(struct sockaddr_ll *from, int *recv_len) in recv_from() function
594 def recv_from(self, dst_mac, src_mac, protocol): member in raw_socket