Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dsocket_info.c228 vsocksi->local_cid = pcb->local_address.cid; in fill_socketinfo()
H A Dvsock_domain.c99 vsock_bind_address_if_free(struct vsockpcb *pcb, uint32_t local_cid, uint32_t local_port, uint32_t … in vsock_bind_address_if_free() argument
130 pcb->local_address = (struct vsock_address) { .cid = local_cid, .port = local_port }; in vsock_bind_address_if_free()
/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h492 uint32_t local_cid; member