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

/netbsd-6-1-5-RELEASE/usr.sbin/bootp/common/
H A Dbootpd.h209 extern u_char vm_cmu[4];
H A Ddumptab.c264 } else if (!bcmp(hp->vm_cookie, vm_cmu, 4)) {
H A Dreadfile.c283 u_char vm_cmu[4] = VM_CMU;
998 bcopy(vm_cmu, hp->vm_cookie, 4);
281 u_char vm_cmu[4] = VM_CMU; variable
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dbootp.c70 static char vm_cmu[4] = VM_CMU; variable
352 else if (memcmp(vm_cmu, bp->bp_vend, sizeof(vm_cmu)) == 0)
/netbsd-6-1-5-RELEASE/usr.sbin/bootp/bootptest/
H A Dprint-bootp.c60 static unsigned char vm_cmu[4] = VM_CMU; local
175 else if (!bcmp(bp->bp_vend, vm_cmu, sizeof(u_int32)))
H A Dbootptest.c118 unsigned char vm_cmu[4] = VM_CMU; variable
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-bootp.c72 static const u_char vm_cmu[4] = VM_CMU; local
166 else if (memcmp((const char *)bp->bp_vend, vm_cmu,
/netbsd-6-1-5-RELEASE/usr.sbin/bootp/bootpd/
H A Dbootpd.c969 else if (!bcmp(bp->bp_vend, vm_cmu, 4)) {
1165 strlcpy(vendp->v_magic, (char *)vm_cmu, sizeof(vendp->v_magic));

Completed in 95 milliseconds