Searched refs:bp_yiaddr (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c623 inet_ntoa(bp->bp_yiaddr));
626 ifr = getif(s, &(bp->bp_yiaddr));
629 inet_ntoa(bp->bp_yiaddr));
646 send_addr.sin_addr = bp->bp_yiaddr;
660 inet_ntoa(bp->bp_yiaddr), haddrtoa(ha, len));
661 setarp(s, &bp->bp_yiaddr, haf, ha, len);
/freebsd-9.3-release/lib/libstand/
H A Dbootp.h35 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp
H A Dbootp.c181 bcopy(&rbuf.rbootp.bp_yiaddr, &bp->bp_vend[9], 4);
209 myip = d->myip = rbuf.rbootp.bp_yiaddr;
/freebsd-9.3-release/libexec/bootpd/
H A Dbootp.h53 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp
H A Dbootpd.c713 (bp->bp_yiaddr).s_addr = hp->iaddr.s_addr;
1062 dst = bp->bp_yiaddr;
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c133 TCHECK(bp->bp_yiaddr, sizeof(bp->bp_yiaddr));
134 if (bp->bp_yiaddr.s_addr)
135 printf(" Y:%s", ipaddr_string(&bp->bp_yiaddr));
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-bootp.c117 TCHECK(bp->bp_yiaddr);
118 if (bp->bp_yiaddr.s_addr)
119 printf("\n\t Your-IP %s", ipaddr_string(&bp->bp_yiaddr));
H A Dbootp.h33 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp

Completed in 101 milliseconds