OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOTP_HDR_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/net/
bootp.h
54
#define
BOOTP_HDR_SIZE
sizeof(struct bootp_hdr)
bootp.c
810
iplen =
BOOTP_HDR_SIZE
- OPT_FIELD_SIZE + extlen;
922
uchar *end = popt +
BOOTP_HDR_SIZE
;
1022
iplen =
BOOTP_HDR_SIZE
- OPT_FIELD_SIZE + extlen;
Completed in 234 milliseconds