Home
last modified time | relevance | path

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

/freebsd-11-stable/libexec/bootpd/tools/bootptest/
HDprint-bootp.c61 static unsigned char vm_cmu[4] = VM_CMU; local
176 else if (!bcmp(bp->bp_vend, vm_cmu, sizeof(u_int32)))
HDbootptest.c121 unsigned char vm_cmu[4] = VM_CMU; variable
/freebsd-11-stable/stand/libsa/
HDbootp.c71 static char vm_cmu[4] = VM_CMU; variable
344 else if (bcmp(vm_cmu, bp->bp_vend, sizeof(vm_cmu)) == 0) in bootprecv()
/freebsd-11-stable/libexec/bootpd/
HDbootpd.h207 extern u_char vm_cmu[4];
HDdumptab.c270 } else if (!bcmp(hp->vm_cookie, vm_cmu, 4)) {
HDbootpd.c979 else if (!bcmp(bp->bp_vend, vm_cmu, 4)) { in handle_request()
1182 strcpy(vendp->v_magic, (char *)vm_cmu);
HDreadfile.c284 u_char vm_cmu[4] = VM_CMU; variable
1003 bcopy(vm_cmu, hp->vm_cookie, 4);
/freebsd-11-stable/contrib/tcpdump/
HDprint-bootp.c287 static const u_char vm_cmu[4] = VM_CMU; in bootp_print() local
385 else if (memcmp((const char *)bp->bp_vend, vm_cmu, in bootp_print()