Lines Matching full:daemon
50 Daemon code with full handshake support.
203 * implementing the host/guest protocol. 2) A user level daemon that is
227 * Guest Kernel/KVP Daemon Protocol: As noted earlier, we implement all of the
228 * data gathering functionality in a user mode daemon. The user level daemon
230 * kernel and user-level daemon communicate using a connector channel.
240 * Windows host and the user-level daemon. The kernel component passes up the
241 * index received from the Host to the user-level daemon. If the index is
265 * (between the user level daemon and the kernel KVP driver) that we
268 * An older daemon will always be supported on a newer driver.
269 * A given user level daemon will require a minimal version of the
272 * (this can happen when we have a user level daemon that is more
276 * workable user level daemon and the kernel driver. We begin by taking the
278 * maintain compatibility with the existing user-level daemon code.
282 * Daemon code not supporting IP injection (legacy daemon).
288 * Daemon code supporting IP injection.