Home
last modified time | relevance | path

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

/NextBSD/lib/libxpc/
HDxpc_connection.c225 call->xp_id = XPC_CONNECTION_NEXT_ID(conn); in xpc_connection_send_message_with_reply()
231 xpc_send(conn, message, call->xp_id); in xpc_connection_send_message_with_reply()
450 if (call->xp_id == id) { in xpc_connection_recv_message()
HDxpc_internal.h100 uint64_t xp_id; member