Searched refs:vm_cmu (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.h209 extern u_char vm_cmu[4];
H A Ddumptab.c271 } else if (!bcmp(hp->vm_cookie, vm_cmu, 4)) {
H A Dbootpd.c980 else if (!bcmp(bp->bp_vend, vm_cmu, 4)) {
1185 strcpy(vendp->v_magic, (char *)vm_cmu);
H A Dreadfile.c286 u_char vm_cmu[4] = VM_CMU;
1009 bcopy(vm_cmu, hp->vm_cookie, 4);
284 u_char vm_cmu[4] = VM_CMU; variable
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c61 static unsigned char vm_cmu[4] = VM_CMU; local
176 else if (!bcmp(bp->bp_vend, vm_cmu, sizeof(u_int32)))
H A Dbootptest.c121 unsigned char vm_cmu[4] = VM_CMU; variable
/freebsd-9.3-release/lib/libstand/
H A Dbootp.c70 static char vm_cmu[4] = VM_CMU; variable
337 else if (bcmp(vm_cmu, bp->bp_vend, sizeof(vm_cmu)) == 0)
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-bootp.c69 static const u_char vm_cmu[4] = VM_CMU; local
163 else if (memcmp((const char *)bp->bp_vend, vm_cmu,

Completed in 63 milliseconds