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

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h53 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp
H A Dbootpd.c722 (bp->bp_yiaddr).s_addr = hp->iaddr.s_addr;
1071 dst = bp->bp_yiaddr;
/freebsd-12-stable/stand/libsa/
H A Dbootp.h37 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp
H A Dbootp.c197 bcopy(&rbootp->bp_yiaddr, &bp->bp_vend[9], 4);
219 myip = d->myip = rbootp->bp_yiaddr;
/freebsd-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c629 inet_ntoa(bp->bp_yiaddr));
632 ifr = getif(s, &(bp->bp_yiaddr));
635 inet_ntoa(bp->bp_yiaddr));
652 send_addr.sin_addr = bp->bp_yiaddr;
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c134 TCHECK(bp->bp_yiaddr, sizeof(bp->bp_yiaddr));
135 if (bp->bp_yiaddr.s_addr)
136 printf(" Y:%s", ipaddr_string(&bp->bp_yiaddr));
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bootp.c68 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp
337 ND_TCHECK(bp->bp_yiaddr);
338 if (EXTRACT_32BITS(&bp->bp_yiaddr.s_addr))
339 ND_PRINT((ndo, "\n\t Your-IP %s", ipaddr_string(ndo, &bp->bp_yiaddr)));

Completed in 85 milliseconds