Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dvsock_domain.c163 uint32_t transport_cid; in vsock_bind_address() local
165 errno_t error = transport->get_cid(transport->provider, &transport_cid); in vsock_bind_address()
171 if (laddr.cid != transport_cid && laddr.cid != VMADDR_CID_ANY) { in vsock_bind_address()
303 uint32_t transport_cid; in vsock_pcb_send_message() local
305 error = transport->get_cid(transport->provider, &transport_cid); in vsock_pcb_send_message()
312 src.cid = transport_cid; in vsock_pcb_send_message()
354 uint32_t transport_cid; in vsock_pcb_reset_address() local
355 error = transport->get_cid(transport->provider, &transport_cid); in vsock_pcb_reset_address()
359 src.cid = transport_cid; in vsock_pcb_reset_address()
946 uint32_t transport_cid; in vsock_control() local
[all …]