Home
last modified time | relevance | path

Searched refs:bp_yiaddr (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-bootp.c115 TCHECK(bp->bp_yiaddr); in bootp_print()
116 if (EXTRACT_32BITS(&bp->bp_yiaddr.s_addr)) in bootp_print()
117 printf("\n\t Your-IP %s", ipaddr_string(&bp->bp_yiaddr)); in bootp_print()
Dbootp.h33 struct in_addr bp_yiaddr; /* 'your' IP address */ member