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

  /src/sys/lib/libsa/
bootp.h 65 #define VM_RFC1048 { 99, (char) 130, 83, 99 }
  /src/usr.sbin/bootp/common/
bootp.h 89 #define VM_RFC1048 { 99, 130, 83, 99 }
  /src/external/bsd/tcpdump/dist/
print-bootp.c 90 #define VM_RFC1048 { 99, 130, 83, 99 }
292 static const u_char vm_rfc1048[4] = VM_RFC1048; local
379 if (memcmp((const char *)bp->bp_vend, vm_rfc1048,
  /src/sys/arch/i386/stand/pxeboot/
pxe.h 501 # ifndef VM_RFC1048
502 # define VM_RFC1048 0x63825363L /* ? */

Completed in 77 milliseconds