Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c129 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()
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c611 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()
/freebsd/libexec/bootpd/
H A Dbootp.h51 struct in_addr bp_yiaddr; /* 'your' IP address */ member
H A Dbootpd.c704 (bp->bp_yiaddr).s_addr = hp->iaddr.s_addr; in handle_request()
1050 dst = bp->bp_yiaddr; in sendreply()
/freebsd/stand/libsa/
H A Dbootp.h35 struct in_addr bp_yiaddr; /* 'your' IP address */ member
H A Dbootp.c192 bcopy(&rbootp->bp_yiaddr, &bp->bp_vend[9], 4); in bootp()
214 myip = d->myip = rbootp->bp_yiaddr; in bootp()
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c65 nd_ipv4 bp_yiaddr; /* 'your' IP address */ member
335 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()