Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/bootp/common/
Dbootp.h89 #define VM_RFC1048 { 99, 130, 83, 99 } macro
Dreadfile.c282 u_char vm_rfc1048[4] = VM_RFC1048;
/netbsd/src/sys/lib/libsa/
Dbootp.h65 #define VM_RFC1048 { 99, (char) 130, 83, 99 } macro
Dbootp.c68 static char vm_rfc1048[4] = VM_RFC1048;
/netbsd/src/sys/arch/i386/stand/pxeboot/
Dpxe.h501 # ifndef VM_RFC1048
502 # define VM_RFC1048 0x63825363L /* ? */ macro
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-bootp.c90 #define VM_RFC1048 { 99, 130, 83, 99 } macro
292 static const u_char vm_rfc1048[4] = VM_RFC1048; in bootp_print()
/netbsd/src/usr.sbin/bootp/bootptest/
Dprint-bootp.c61 static unsigned char vm_rfc1048[4] = VM_RFC1048; in bootp_print()
Dbootptest.c119 unsigned char vm_rfc1048[4] = VM_RFC1048;