OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootp_t
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
bootp.c
106
static void dhcp_decode(const struct
bootp_t
*bp, int *pmsg_type,
153
static void bootp_reply(const struct
bootp_t
*bp)
157
struct
bootp_t
*rbp;
184
rbp = (struct
bootp_t
*)m->m_data;
186
memset(rbp, 0, sizeof(struct
bootp_t
));
314
m->m_len = sizeof(struct
bootp_t
) -
321
struct
bootp_t
*bp = mtod(m, struct
bootp_t
*);
bootp.h
95
struct
bootp_t
{
struct
/external/qemu/slirp-android/
bootp.c
111
static void dhcp_decode(const struct
bootp_t
*bp, int *pmsg_type,
158
static void bootp_reply(const struct
bootp_t
*bp)
162
struct
bootp_t
*rbp;
189
rbp = (struct
bootp_t
*)m->m_data;
191
memset(rbp, 0, sizeof(struct
bootp_t
));
318
m->m_len = sizeof(struct
bootp_t
) -
325
struct
bootp_t
*bp = mtod(m, struct
bootp_t
*);
bootp.h
95
struct
bootp_t
{
struct
/external/grub/netboot/
etherboot.h
61
sizeof (struct
bootp_t
))
299
struct
bootp_t
struct
327
struct
bootp_t
bp;
333
struct
bootp_t
bootp_reply;
main.c
745
struct
bootp_t
*bootpreply;
879
bootpreply = (struct
bootp_t
*)
885
>= (ETH_HLEN + sizeof (struct
bootp_t
) - BOOTP_VENDOR_LEN))
888
>= (ETH_HLEN + sizeof (struct
bootp_t
) - DHCP_OPT_LEN))
Completed in 15 milliseconds