Searched refs:VSOCK_RESET (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/sys/ |
| H A D | vsock_transport.h | 50 VSOCK_RESET = 6, enumerator
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | vsock_domain.c | 348 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()
|