Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/ !
H A Dvsock_transport.h46 VSOCK_PAYLOAD = 2, enumerator
/xnu-12377.1.9/bsd/kern/ !
H A Dvsock_domain.c445 return vsock_pcb_send_message(pcb, VSOCK_PAYLOAD, m); in vsock_pcb_send()
555 case VSOCK_PAYLOAD: in vsock_put_message_connected()