Searched defs:xvsockpcb (Results 1 – 1 of 1) sorted by relevance
59 struct xvsockpcb { struct60 u_int32_t xv_len; /* length of this structure */61 u_int64_t xv_vsockpp;62 u_int32_t xvp_local_cid; /* local address cid */63 u_int32_t xvp_local_port; /* local address port */64 u_int32_t xvp_remote_cid; /* remote address cid */65 u_int32_t xvp_remote_port; /* remote address port */66 u_int32_t xvp_rxcnt; /* bytes received */67 u_int32_t xvp_txcnt; /* bytes transmitted */68 u_int32_t xvp_peer_rxhiwat; /* peer's receive buffer */[all …]