Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dvsock_transport.h50 VSOCK_RESET = 6, enumerator
/xnu-8792.41.9/bsd/kern/
H A Dvsock_domain.c348 error = vsock_put_message(src, dst, VSOCK_RESET, 0, 0, NULL); in vsock_pcb_reset_address()
356 error = transport->put_message(transport->provider, src, dst, VSOCK_RESET, 0, 0, NULL); in vsock_pcb_reset_address()
403 return vsock_pcb_send_message(pcb, VSOCK_RESET, NULL); in vsock_pcb_reset()
489 case VSOCK_RESET: in vsock_put_message_connected()
511 case VSOCK_RESET: in vsock_put_message_connecting()
584 case VSOCK_RESET: in vsock_put_message_listening()
652 if (op != VSOCK_RESET) { in vsock_put_message()