代码搜索:PXE
找到约 123 项符合「PXE」的源代码
代码结果 123
www.eeworm.com/read/187791/8600418
cc pxe.cc
/*
* PXE daemon - enable the remote booting of PXE enabled machines.
* Copyright (C) 2000 Tim Hurman (kano@kano.org.uk)
*
* This program is free software; you can redistribute it and/or
* modify
www.eeworm.com/read/187791/8600436
conf pxe.conf
# which interface to use
interface=eth0
default_address=172.28.31.2
# the multicast ip address to listen on
multicast_address=224.0.1.2
# mtftp info
mtftp_address=224.1.5.1
mtftp_client_port=1758
mt
www.eeworm.com/read/374110/9420910
exe pxe.exe
www.eeworm.com/read/359751/10126001
h pxe.h
/*
* PXE file system for GRUB
*
* Copyright (C) 2007 Bean (bean123@126.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General P
www.eeworm.com/read/140797/7146789
inc pxe.inc
;; -----------------------------------------------------------------------
;;
;; Copyright 1999-2004 H. Peter Anvin - All Rights Reserved
;;
;; This program is free software; you can redistribu
www.eeworm.com/read/455624/7369320
h pxe.h
/*
* Copyright (c) 2000 Alfred Perlstein
* All rights reserved.
* Copyright (c) 2000 Paul Saab
* All rights reserved.
* Copyright (c) 2000 John Baldwin
www.eeworm.com/read/315177/13549186
s pxe.s
/*
Copyright 2006-2008, V.
For contact information, see http://winaoe.org/
This file is part of WinAoE.
WinAoE is free software: you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/315177/13549201
c pxe.c
/*
Copyright 2006-2008, V.
For contact information, see http://winaoe.org/
This file is part of WinAoE.
WinAoE is free software: you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/315177/13549202
h pxe.h
/*
Copyright 2006-2008, V.
For contact information, see http://winaoe.org/
This file is part of WinAoE.
WinAoE is free software: you can redistribute it and/or modify
it under the t
www.eeworm.com/read/124989/6034856
c pxe.c
#ifdef FREEBSD_PXEEMU
#include "etherboot.h"
#include "osdep.h"
#include "nic.h"
#define UDP_MAX_PAYLOAD (ETH_MAX_MTU - sizeof(struct iphdr) \
- sizeof(struct udphdr))
struct udppacket_t {
struc