struct tarpc_recvfrom_out
Overview
struct tarpc_recvfrom_out { // fields struct tarpc_out_arg common; tarpc_ssize_t retval; uint8_t buf; struct tarpc_sa from; tarpc_socklen_t fromlen; };
Detailed Documentation
Fields
tarpc_ssize_t retval
Returned length
uint8_t buf
Returned buffer with received data
struct tarpc_sa from
Source address returned by the function
tarpc_socklen_t fromlen
Length of the source address returned by the function