Searched refs:vm_rfc1048 (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/lib/libsa/ |
| H A D | bootp.c | 68 static char vm_rfc1048[4] = VM_RFC1048; variable 160 (void)memcpy(bp->bp_vend, vm_rfc1048, sizeof(vm_rfc1048)); in bootp() 344 if (memcmp(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048)) == 0) { in bootprecv()
|
| /netbsd-src/usr.sbin/bootp/bootptest/ |
| H A D | print-bootp.c | 61 static unsigned char vm_rfc1048[4] = VM_RFC1048; in bootp_print() local 173 if (!bcmp(bp->bp_vend, vm_rfc1048, sizeof(u_int32))) in bootp_print()
|
| H A D | bootptest.c | 119 unsigned char vm_rfc1048[4] = VM_RFC1048; variable 174 bcopy(vm_rfc1048, (char*)&vend_magic, 4); in main()
|
| /netbsd-src/usr.sbin/bootp/common/ |
| H A D | bootpd.h | 208 extern u_char vm_rfc1048[4];
|
| H A D | dumptab.c | 261 if (!bcmp(hp->vm_cookie, vm_rfc1048, 4)) { in dump_host()
|
| H A D | readfile.c | 282 u_char vm_rfc1048[4] = VM_RFC1048; variable 991 bcopy(vm_rfc1048, hp->vm_cookie, 4); in eval_symbol()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_bootdhcp.c | 152 static const u_int8_t vm_rfc1048[4] = { 99, 130, 83, 99 }; variable 412 if (memcmp(bootp->bp_vend, vm_rfc1048, 4)) { in bootpcheck() 617 memcpy(bootp->bp_vend, vm_rfc1048, 4); in bootpc_call()
|
| /netbsd-src/usr.sbin/bootp/bootpef/ |
| H A D | bootpef.c | 280 bcopy(vm_rfc1048, vp, 4); /* Copy in the magic cookie */ in mktagfile()
|
| /netbsd-src/usr.sbin/bootp/bootpd/ |
| H A D | bootpd.c | 957 if (!bcmp(bp->bp_vend, vm_rfc1048, 4)) { in handle_request() 1290 bcopy(vm_rfc1048, vp, 4); in dovend_rfc1048()
|