Home
last modified time | relevance | path

Searched refs:bootp_t (Results 1 – 6 of 6) sorted by relevance

/external/qemu/slirp/
Dbootp.c106 static void dhcp_decode(const struct bootp_t *bp, int *pmsg_type, in dhcp_decode()
153 static void bootp_reply(const struct bootp_t *bp) in bootp_reply()
157 struct bootp_t *rbp; in bootp_reply()
184 rbp = (struct bootp_t *)m->m_data; in bootp_reply()
186 memset(rbp, 0, sizeof(struct bootp_t)); in bootp_reply()
314 m->m_len = sizeof(struct bootp_t) - in bootp_reply()
321 struct bootp_t *bp = mtod(m, struct bootp_t *); in bootp_input()
Dbootp.h95 struct bootp_t { struct
/external/qemu/slirp-android/
Dbootp.c111 static void dhcp_decode(const struct bootp_t *bp, int *pmsg_type, in dhcp_decode()
158 static void bootp_reply(const struct bootp_t *bp) in bootp_reply()
162 struct bootp_t *rbp; in bootp_reply()
189 rbp = (struct bootp_t *)m->m_data; in bootp_reply()
191 memset(rbp, 0, sizeof(struct bootp_t)); in bootp_reply()
318 m->m_len = sizeof(struct bootp_t) - in bootp_reply()
325 struct bootp_t *bp = mtod(m, struct bootp_t *); in bootp_input()
Dbootp.h95 struct bootp_t { struct
/external/grub/netboot/
Detherboot.h61 sizeof (struct bootp_t))
299 struct bootp_t struct
327 struct bootp_t bp; argument
333 struct bootp_t bootp_reply;
Dmain.c745 struct bootp_t *bootpreply; in await_reply()
879 bootpreply = (struct bootp_t *) in await_reply()
885 >= (ETH_HLEN + sizeof (struct bootp_t) - BOOTP_VENDOR_LEN)) in await_reply()
888 >= (ETH_HLEN + sizeof (struct bootp_t) - DHCP_OPT_LEN)) in await_reply()