Home
last modified time | relevance | path

Searched refs:remote_cid (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/kern/
H A Dvsock_domain.c99 …truct vsockpcb *pcb, uint32_t local_cid, uint32_t local_port, uint32_t remote_cid, uint32_t remote… in vsock_bind_address_if_free() argument
110 const bool check_remote = (remote_cid != VMADDR_CID_ANY && remote_port != VMADDR_PORT_ANY); in vsock_bind_address_if_free()
121 … pcb_match->remote_address.cid == remote_cid && pcb_match->remote_address.port == remote_port)) { in vsock_bind_address_if_free()
131 pcb->remote_address = (struct vsock_address) { .cid = remote_cid, .port = remote_port }; in vsock_bind_address_if_free()
H A Dsocket_info.c230 vsocksi->remote_cid = pcb->remote_address.cid; in fill_socketinfo()
/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h494 uint32_t remote_cid; member