Searched refs:vm_cookie (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/libexec/bootpd/
H A Dbootpd.h130 vm_cookie :1; member in struct:flag
149 * The vm_cookie field specifies the four-octet vendor magic cookie to use
180 byte vm_cookie[4],
179 byte vm_cookie[4], member in struct:host
H A Ddumptab.c254 if (hp->flags.vm_cookie) {
256 if (!bcmp(hp->vm_cookie, vm_rfc1048, 4)) {
258 } else if (!bcmp(hp->vm_cookie, vm_cmu, 4)) {
262 (int) ((hp->vm_cookie)[0]),
263 (int) ((hp->vm_cookie)[1]),
264 (int) ((hp->vm_cookie)[2]),
265 (int) ((hp->vm_cookie)[3]));
H A Dreadfile.c983 hp->flags.vm_cookie = FALSE;
988 bcopy(vm_rfc1048, hp->vm_cookie, 4);
990 bcopy(vm_cmu, hp->vm_cookie, 4);
996 bcopy(&value, hp->vm_cookie, 4);
998 hp->flags.vm_cookie = TRUE;
1449 if (!hp->flags.vm_cookie) {
1450 if ((hp->flags.vm_cookie = hp2->flags.vm_cookie)) {
1451 bcopy(hp2->vm_cookie, hp->vm_cookie,
[all...]
H A Dbootpd.c959 if (hp->flags.vm_cookie) {
961 bcopy(hp->vm_cookie, bp->bp_vend, 4);

Completed in 124 milliseconds