Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dvsock_domain.c191 uint32_t transport_cid; in vsock_bind_address() local
193 errno_t error = transport->get_cid(transport->provider, &transport_cid); in vsock_bind_address()
199 if (laddr.cid != transport_cid && laddr.cid != VMADDR_CID_ANY) { in vsock_bind_address()
335 uint32_t transport_cid; in vsock_pcb_send_message() local
337 error = transport->get_cid(transport->provider, &transport_cid); in vsock_pcb_send_message()
344 src.cid = transport_cid; in vsock_pcb_send_message()
387 uint32_t transport_cid; in vsock_pcb_reset_address() local
388 error = transport->get_cid(transport->provider, &transport_cid); in vsock_pcb_reset_address()
392 src.cid = transport_cid; in vsock_pcb_reset_address()
1039 uint32_t transport_cid; in vsock_control() local
[all …]