Searched refs:vm_cmu (Results 1 – 8 of 8) sorted by relevance
/freebsd/libexec/bootpd/tools/bootptest/ |
H A D | print-bootp.c | 57 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 D | bootptest.c | 119 unsigned char vm_cmu[4] = VM_CMU; variable
|
/freebsd/libexec/bootpd/ |
H A D | bootpd.h | 205 extern u_char vm_cmu[4];
|
H A D | dumptab.c | 257 } else if (!bcmp(hp->vm_cookie, vm_cmu, 4)) { in dump_host()
|
H A D | bootpd.c | 970 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 D | readfile.c | 273 u_char vm_cmu[4] = VM_CMU; variable 984 bcopy(vm_cmu, hp->vm_cookie, 4); in eval_symbol()
|
/freebsd/stand/libsa/ |
H A D | bootp.c | 66 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 D | print-bootp.c | 286 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()
|