Searched refs:vm_cmu (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/libexec/bootpd/tools/bootptest/ |
| HD | print-bootp.c | 61 static unsigned char vm_cmu[4] = VM_CMU; local 176 else if (!bcmp(bp->bp_vend, vm_cmu, sizeof(u_int32)))
|
| HD | bootptest.c | 121 unsigned char vm_cmu[4] = VM_CMU; variable
|
| /freebsd-11-stable/stand/libsa/ |
| HD | bootp.c | 71 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/ |
| HD | bootpd.h | 207 extern u_char vm_cmu[4];
|
| HD | dumptab.c | 270 } else if (!bcmp(hp->vm_cookie, vm_cmu, 4)) {
|
| HD | bootpd.c | 979 else if (!bcmp(bp->bp_vend, vm_cmu, 4)) { in handle_request() 1182 strcpy(vendp->v_magic, (char *)vm_cmu);
|
| HD | readfile.c | 284 u_char vm_cmu[4] = VM_CMU; variable 1003 bcopy(vm_cmu, hp->vm_cookie, 4);
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | print-bootp.c | 287 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()
|