Searched refs:vm_rfc1048 (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.h210 extern u_char vm_rfc1048[4];
H A Ddumptab.c269 if (!bcmp(hp->vm_cookie, vm_rfc1048, 4)) {
H A Dbootpd.c972 if (!bcmp(bp->bp_vend, vm_rfc1048, 4)) {
1320 bcopy(vm_rfc1048, vp, 4);
H A Dreadfile.c287 u_char vm_rfc1048[4] = VM_RFC1048;
1007 bcopy(vm_rfc1048, hp->vm_cookie, 4);
285 u_char vm_rfc1048[4] = VM_RFC1048; variable
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c62 static unsigned char vm_rfc1048[4] = VM_RFC1048; local
174 if (!bcmp(bp->bp_vend, vm_rfc1048, sizeof(u_int32)))
H A Dbootptest.c122 unsigned char vm_rfc1048[4] = VM_RFC1048; variable
181 bcopy(vm_rfc1048, (char*)&vend_magic, 4);
/freebsd-9.3-release/lib/libstand/
H A Dbootp.c68 static char vm_rfc1048[4] = VM_RFC1048; variable
135 bcopy(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048));
332 if (bcmp(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048)) == 0) {
/freebsd-9.3-release/libexec/bootpd/tools/bootpef/
H A Dbootpef.c289 bcopy(vm_rfc1048, vp, 4); /* Copy in the magic cookie */
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-bootp.c70 static const u_char vm_rfc1048[4] = VM_RFC1048; local
160 if (memcmp((const char *)bp->bp_vend, vm_rfc1048,

Completed in 162 milliseconds