Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dvsock_transport.h50 VSOCK_RESET = 6, enumerator
/xnu-11417.121.6/bsd/kern/
H A Dvsock_domain.c377 error = transport->put_message(transport->provider, src, dst, VSOCK_RESET, 0, 0, NULL); in vsock_pcb_reset_address()
424 return vsock_pcb_send_message(pcb, VSOCK_RESET, NULL); in vsock_pcb_reset()
511 case VSOCK_RESET: in vsock_put_message_connected()
533 case VSOCK_RESET: in vsock_put_message_connecting()
607 case VSOCK_RESET: in vsock_put_message_listening()
675 if (op != VSOCK_RESET) { in vsock_put_message()