Home
last modified time | relevance | path

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

/NextBSD/lib/libstand/
HDbootp.h67 #define VM_RFC1048 { 99, 130, 83, 99 } macro
HDbootp.c68 static char vm_rfc1048[4] = VM_RFC1048;
/NextBSD/libexec/bootpd/
HDbootp.h91 #define VM_RFC1048 { 99, 130, 83, 99 } macro
HDreadfile.c285 u_char vm_rfc1048[4] = VM_RFC1048;
/NextBSD/sys/boot/i386/libi386/
HDpxe.h492 # ifndef VM_RFC1048
493 # define VM_RFC1048 0x63825363L /* ? */ macro
/NextBSD/libexec/bootpd/tools/bootptest/
HDbootptest.c122 unsigned char vm_rfc1048[4] = VM_RFC1048;
HDprint-bootp.c62 static unsigned char vm_rfc1048[4] = VM_RFC1048;
/NextBSD/contrib/tcpdump/
HDprint-bootp.c91 #define VM_RFC1048 { 99, 130, 83, 99 } macro
289 static const u_char vm_rfc1048[4] = VM_RFC1048; in bootp_print()