Home
last modified time | relevance | path

Searched refs:VM_RFC1048 (Results 1 – 8 of 8) sorted by relevance

/dragonfly/libexec/bootpd/
H A Dbootp.h92 #define VM_RFC1048 { 99, 130, 83, 99 } macro
H A Dreadfile.c285 u_char vm_rfc1048[4] = VM_RFC1048;
/dragonfly/stand/lib/
H A Dbootp.h69 #define VM_RFC1048 { 99, 130, 83, 99 } macro
H A Dbootp.c61 static char vm_rfc1048[4] = VM_RFC1048;
/dragonfly/stand/boot/pc32/libi386/
H A Dpxe.h501 # ifndef VM_RFC1048
502 # define VM_RFC1048 0x63825363L /* ? */ macro
/dragonfly/contrib/tcpdump/
H A Dprint-bootp.c87 #define VM_RFC1048 { 99, 130, 83, 99 } macro
287 static const u_char vm_rfc1048[4] = VM_RFC1048; in bootp_print()
/dragonfly/libexec/bootpd/tools/bootptest/
H A Dbootptest.c119 unsigned char vm_rfc1048[4] = VM_RFC1048;
H A Dprint-bootp.c60 static unsigned char vm_rfc1048[4] = VM_RFC1048; in bootp_print()