HelenOS sources

tcp_uc_receive    707 uspace/srv/net/tcp/service.c 	trc = tcp_uc_receive(cconn->conn, data, size, nrecv, &xflags);
tcp_uc_receive     73 uspace/srv/net/tcp/test.c 		tcp_uc_receive(conn, rcv_buf, RCV_BUF_SIZE, &rcvd, &xflags);
tcp_uc_receive     48 uspace/srv/net/tcp/ucall.h extern tcp_error_t tcp_uc_receive(tcp_conn_t *, void *, size_t, size_t *, xflags_t *);
HelenOS homepage, sources at GitHub