Home
last modified time | relevance | path

Searched refs:vm_rfc1048 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dbootp.c68 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 Dprint-bootp.c61 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 Dbootptest.c119 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 Dbootpd.h208 extern u_char vm_rfc1048[4];
H A Ddumptab.c261 if (!bcmp(hp->vm_cookie, vm_rfc1048, 4)) { in dump_host()
H A Dreadfile.c282 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 Dnfs_bootdhcp.c152 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 Dbootpef.c280 bcopy(vm_rfc1048, vp, 4); /* Copy in the magic cookie */ in mktagfile()
/netbsd-src/usr.sbin/bootp/bootpd/
H A Dbootpd.c957 if (!bcmp(bp->bp_vend, vm_rfc1048, 4)) { in handle_request()
1290 bcopy(vm_rfc1048, vp, 4); in dovend_rfc1048()