OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootp_hdr
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/net/
bootp.h
32
struct
bootp_hdr
{
struct
54
#define BOOTP_HDR_SIZE sizeof(struct
bootp_hdr
)
bootp.c
120
struct
bootp_hdr
*bp = (struct
bootp_hdr
*)pkt;
125
else if (len < sizeof(struct
bootp_hdr
) - OPT_FIELD_SIZE)
146
static void store_net_params(struct
bootp_hdr
*bp)
353
struct
bootp_hdr
*bp;
356
src, dest, len, sizeof(struct
bootp_hdr
));
358
bp = (struct
bootp_hdr
*)pkt;
712
struct
bootp_hdr
*bp;
763
sizeof (struct
bootp_hdr
)); */
767
bp = (struct
bootp_hdr
*)pkt
[
all
...]
Completed in 147 milliseconds