struct tarpc_wsa_accept_in
Overview
struct tarpc_wsa_accept_in { // fields struct tarpc_in_arg common; tarpc_int fd; struct tarpc_sa addr; tarpc_socklen_t len; struct tarpc_accept_cond cond<>; };
Detailed Documentation
Fields
tarpc_int fd
TA-local socket
struct tarpc_sa addr
Location for peer name
tarpc_socklen_t len
Length of the peer name location
struct tarpc_accept_cond cond<>
Data for the callback function