HomeSort by: relevance | last modified time | path
    Searched refs:VM_RFC1048 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/lib/libsa/
bootp.h 65 #define VM_RFC1048 { 99, (char) 130, 83, 99 }
bootp.c 68 static char vm_rfc1048[4] = VM_RFC1048; variable in typeref:typename:char[4]
160 (void)memcpy(bp->bp_vend, vm_rfc1048, sizeof(vm_rfc1048));
344 if (memcmp(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048)) == 0) {
  /src/usr.sbin/bootp/common/
bootp.h 89 #define VM_RFC1048 { 99, 130, 83, 99 }
readfile.c 284 u_char vm_rfc1048[4] = VM_RFC1048;
997 bcopy(vm_rfc1048, hp->vm_cookie, 4);
282 u_char vm_rfc1048[4] = VM_RFC1048; variable in typeref:typename:u_char[4]
  /src/sys/arch/i386/stand/pxeboot/
pxe.h 501 # ifndef VM_RFC1048
502 # define VM_RFC1048 0x63825363L /* ? */
  /src/usr.sbin/bootp/bootptest/
print-bootp.c 61 static unsigned char vm_rfc1048[4] = VM_RFC1048; local in function:bootp_print
173 if (!bcmp(bp->bp_vend, vm_rfc1048, sizeof(u_int32)))
bootptest.c 119 unsigned char vm_rfc1048[4] = VM_RFC1048; variable in typeref:typename:unsigned char[4]
174 bcopy(vm_rfc1048, (char*)&vend_magic, 4);

Completed in 67 milliseconds