Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dvsock_transport.h50 VSOCK_RESET = 6, enumerator
/xnu-12377.61.12/bsd/kern/
H A Dvsock_domain.c410 error = transport->put_message(transport->provider, src, dst, VSOCK_RESET, 0, 0, NULL); in vsock_pcb_reset_address()
457 return vsock_pcb_send_message(pcb, VSOCK_RESET, NULL); in vsock_pcb_reset()
562 case VSOCK_RESET: in vsock_put_message_connected()
585 case VSOCK_RESET: in vsock_put_message_connecting()
662 case VSOCK_RESET: in vsock_put_message_listening()
730 if (op != VSOCK_RESET) { in vsock_put_message()