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

  /src/usr.sbin/bootp/bootptest/
print-bootp.c 61 static unsigned char vm_rfc1048[4] = VM_RFC1048; local
173 if (!bcmp(bp->bp_vend, vm_rfc1048, sizeof(u_int32)))
bootptest.c 119 unsigned char vm_rfc1048[4] = VM_RFC1048; variable
174 bcopy(vm_rfc1048, (char*)&vend_magic, 4);
  /src/sys/lib/libsa/
bootp.c 68 static char vm_rfc1048[4] = VM_RFC1048; variable
160 (void)memcpy(bp->bp_vend, vm_rfc1048, sizeof(vm_rfc1048));
344 if (memcmp(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048)) == 0) {
  /src/sys/nfs/
nfs_bootdhcp.c 152 static const u_int8_t vm_rfc1048[4] = { 99, 130, 83, 99 }; variable
412 if (memcmp(bootp->bp_vend, vm_rfc1048, 4)) {
617 memcpy(bootp->bp_vend, vm_rfc1048, 4);
  /src/usr.sbin/bootp/common/
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
  /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,

Completed in 77 milliseconds