OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bp_ciaddr
(Results
1 - 7
of
7
) sorted by null
/external/qemu/slirp/
bootp.h
105
struct in_addr
bp_ciaddr
;
member in struct:bootp_t
bootp.c
148
if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->
bp_ciaddr
.s_addr) {
149
*preq_addr = &bp->
bp_ciaddr
;
/external/qemu/slirp-android/
bootp.h
105
uint32_t
bp_ciaddr
;
member in struct:bootp_t
bootp.c
153
if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->
bp_ciaddr
) {
154
*preq_addr = (const ipaddr_t*)&bp->
bp_ciaddr
;
/external/tcpdump/
print-bootp.c
110
TCHECK(bp->
bp_ciaddr
);
111
if (bp->
bp_ciaddr
.s_addr)
112
printf("\n\t Client-IP %s", ipaddr_string(&bp->
bp_ciaddr
));
bootp.h
31
struct in_addr
bp_ciaddr
; /* client IP address */
member in struct:bootp
/external/grub/netboot/
etherboot.h
308
in_addr
bp_ciaddr
;
member in struct:bootp_t
Completed in 450 milliseconds