Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dbootp.c61 static char vm_rfc1048[4] = VM_RFC1048; variable
119 bcopy(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048)); in bootp()
309 if (bcmp(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048)) == 0) { in bootprecv()
/dragonfly/libexec/bootpd/tools/bootptest/
H A Dbootptest.c119 unsigned char vm_rfc1048[4] = VM_RFC1048; variable
178 bcopy(vm_rfc1048, (char*)&vend_magic, 4); in main()
H A Dprint-bootp.c60 static unsigned char vm_rfc1048[4] = VM_RFC1048; in bootp_print() local
172 if (!bcmp(bp->bp_vend, vm_rfc1048, sizeof(u_int32))) in bootp_print()
/dragonfly/libexec/bootpd/
H A Dbootpd.h209 extern u_char vm_rfc1048[4];
H A Dbootpd.c959 if (!bcmp(bp->bp_vend, vm_rfc1048, 4)) { in handle_request()
1295 bcopy(vm_rfc1048, vp, 4); in dovend_rfc1048()
H A Ddumptab.c264 if (!bcmp(hp->vm_cookie, vm_rfc1048, 4)) { in dump_host()
H A Dreadfile.c285 u_char vm_rfc1048[4] = VM_RFC1048; variable
992 bcopy(vm_rfc1048, hp->vm_cookie, 4); in eval_symbol()
/dragonfly/libexec/bootpd/tools/bootpef/
H A Dbootpef.c283 bcopy(vm_rfc1048, vp, 4); /* Copy in the magic cookie */ in mktagfile()
/dragonfly/contrib/tcpdump/
H A Dprint-bootp.c287 static const u_char vm_rfc1048[4] = VM_RFC1048; in bootp_print() local
374 if (memcmp((const char *)bp->bp_vend, vm_rfc1048, in bootp_print()