Searched refs:bp_yiaddr (Results 1 – 7 of 7) sorted by relevance
129 TCHECK(bp->bp_yiaddr, sizeof(bp->bp_yiaddr)); in bootp_print()130 if (bp->bp_yiaddr.s_addr) in bootp_print()131 printf(" Y:%s", ipaddr_string(&bp->bp_yiaddr)); in bootp_print()
611 inet_ntoa(bp->bp_yiaddr)); in handle_reply()614 ifr = getif(s, &(bp->bp_yiaddr)); in handle_reply()617 inet_ntoa(bp->bp_yiaddr)); in handle_reply()634 send_addr.sin_addr = bp->bp_yiaddr; in handle_reply()
51 struct in_addr bp_yiaddr; /* 'your' IP address */ member
704 (bp->bp_yiaddr).s_addr = hp->iaddr.s_addr; in handle_request()1050 dst = bp->bp_yiaddr; in sendreply()
35 struct in_addr bp_yiaddr; /* 'your' IP address */ member
192 bcopy(&rbootp->bp_yiaddr, &bp->bp_vend[9], 4); in bootp()214 myip = d->myip = rbootp->bp_yiaddr; in bootp()
65 nd_ipv4 bp_yiaddr; /* 'your' IP address */ member335 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_yiaddr)) in bootp_print()336 ND_PRINT("\n\t Your-IP %s", GET_IPADDR_STRING(bp->bp_yiaddr)); in bootp_print()