Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/bootpd/tools/bootptest/
HDprint-bootp.c132 TCHECK(bp->bp_yiaddr, sizeof(bp->bp_yiaddr));
133 if (bp->bp_yiaddr.s_addr)
134 printf(" Y:%s", ipaddr_string(&bp->bp_yiaddr));
/freebsd-13-stable/libexec/bootpd/bootpgw/
HDbootpgw.c614 inet_ntoa(bp->bp_yiaddr)); in handle_reply()
617 ifr = getif(s, &(bp->bp_yiaddr)); in handle_reply()
620 inet_ntoa(bp->bp_yiaddr)); in handle_reply()
637 send_addr.sin_addr = bp->bp_yiaddr; in handle_reply()
/freebsd-13-stable/libexec/bootpd/
HDbootp.h51 struct in_addr bp_yiaddr; /* 'your' IP address */ member
HDbootpd.c708 (bp->bp_yiaddr).s_addr = hp->iaddr.s_addr; in handle_request()
1056 dst = bp->bp_yiaddr;
/freebsd-13-stable/stand/libsa/
HDbootp.h35 struct in_addr bp_yiaddr; /* 'your' IP address */ member
HDbootp.c195 bcopy(&rbootp->bp_yiaddr, &bp->bp_vend[9], 4); in bootp()
217 myip = d->myip = rbootp->bp_yiaddr; in bootp()
/freebsd-13-stable/contrib/tcpdump/
HDprint-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()