OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_BOOTP_EXTLEN
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
etherboot.h
60
#define
MAX_BOOTP_EXTLEN
(ETH_FRAME_LEN - ETH_HLEN - \
334
unsigned char bootp_extension[
MAX_BOOTP_EXTLEN
];
main.c
922
0, BOOTP_VENDOR_LEN +
MAX_BOOTP_EXTLEN
, 1);
925
0, DHCP_OPT_LEN +
MAX_BOOTP_EXTLEN
, 1);
994
&(BOOTP_DATA_ADDR->bootp_extension[
MAX_BOOTP_EXTLEN
])))
Completed in 12 milliseconds