OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootp
(Results
1 - 7
of
7
) sorted by null
/external/tcpdump/
Android.mk
28
print-
bootp
.c\
bootp.h
1
/* @(#) $Header: /tcpdump/master/tcpdump/
bootp
.h,v 1.15.4.3 2007/08/21 22:02:08 guy Exp $ (LBL) */
3
* Bootstrap Protocol (
BOOTP
). RFC951 and RFC1048.
5
* This file specifies the "implementation-independent"
BOOTP
protocol
23
struct
bootp
{
struct
30
u_int16_t bp_flags; /* flags - see bootp_flag_values[] in print-
bootp
.c */
168
/* ftp://ftp.isi.edu/.../assignments/
bootp
-dhcp-extensions */
208
* "vendor" data permitted for CMU
bootp
clients.
print-bootp.c
21
* Format and print
bootp
packets.
25
"@(#) $Header: /tcpdump/master/tcpdump/print-
bootp
.c,v 1.78.2.9 2007/08/21 22:02:08 guy Exp $ (LBL)";
41
#include "
bootp
.h"
47
static char tstr[] = " [|
bootp
]";
61
* Print
bootp
requests
66
register const struct
bootp
*bp;
70
bp = (const struct
bootp
*)cp;
73
printf("
BOOTP
/DHCP, %s",
114
/* 'your' ip address (
bootp
client) */
284
/* http://www.iana.org/assignments/
bootp
-dhcp-extensions/index.htm *
[
all
...]
/external/grub/netboot/
etherboot.h
26
ETHERBOOT -
BOOTP
/TFTP Bootstrap Program
37
the DHCP support from the
BOOTP
support, and permit both to
101
/* Because some DHCP/
BOOTP
servers don't treat the maximum length the same
298
/* Format of a
bootp
packet. */
322
/* Format of a
bootp
IP packet. */
330
/* Format of
bootp
packet with extensions. */
506
extern int
bootp
(void);
main.c
23
ETHERBOOT -
BOOTP
/TFTP Bootstrap Program
32
BOOTP
- RFC951, RFC2132 (vendor extensions)
297
TFTP - Download extended
BOOTP
data, or kernel image
529
BOOTP
- Get my IP address and load information
532
bootp
(void)
function
878
/*
BOOTP
? */
898
grub_printf ("
BOOTP
packet was received.\n");
1105
grub_printf ("Loading
BOOTP
-extension file: %s\n", fname);
/external/grub/stage2/
builtins.c
327
/*
bootp
*/
340
if (!
bootp
())
361
"
bootp
",
364
"
bootp
[--with-configfile]",
365
"Initialize a network device via
BOOTP
. If the option `--with-configfile'"
854
/* For now, this is an alias for
bootp
. */
[
all
...]
/external/iproute2/doc/
ip-cref.tex
[
all
...]
Completed in 781 milliseconds