Searched refs:bootp_t (Results 1 – 6 of 6) sorted by relevance
/external/qemu/slirp/ |
D | bootp.c | 106 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()
|
D | bootp.h | 95 struct bootp_t { struct
|
/external/qemu/slirp-android/ |
D | bootp.c | 111 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()
|
D | bootp.h | 95 struct bootp_t { struct
|
/external/grub/netboot/ |
D | etherboot.h | 61 sizeof (struct bootp_t)) 299 struct bootp_t struct 327 struct bootp_t bp; argument 333 struct bootp_t bootp_reply;
|
D | main.c | 745 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()
|