Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c57 static unsigned char vm_cmu[4] = VM_CMU; in bootp_print() local
172 else if (!bcmp(bp->bp_vend, vm_cmu, sizeof(u_int32))) in bootp_print()
H A Dbootptest.c119 unsigned char vm_cmu[4] = VM_CMU; variable
/freebsd/libexec/bootpd/
H A Dbootpd.h205 extern u_char vm_cmu[4];
H A Ddumptab.c257 } else if (!bcmp(hp->vm_cookie, vm_cmu, 4)) { in dump_host()
H A Dbootpd.c970 else if (!bcmp(bp->bp_vend, vm_cmu, 4)) { in handle_request()
1169 strcpy(vendp->v_magic, (char *)vm_cmu); in dovend_cmu()
H A Dreadfile.c273 u_char vm_cmu[4] = VM_CMU; variable
984 bcopy(vm_cmu, hp->vm_cookie, 4); in eval_symbol()
/freebsd/stand/libsa/
H A Dbootp.c66 static char vm_cmu[4] = VM_CMU; variable
339 else if (bcmp(vm_cmu, bp->bp_vend, sizeof(vm_cmu)) == 0) in bootprecv()
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c286 static const u_char vm_cmu[4] = VM_CMU; in bootp_print() local
377 else if (memcmp((const char *)bp->bp_vend, vm_cmu, in bootp_print()