HomeSort by: relevance | last modified time | path
    Searched refs:yiaddr (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
dhcp.h 147 uint32_t yiaddr; /* 'your' client IP address */ member in struct:dhcp_message
186 !IN_LINKLOCAL(htonl((m)->yiaddr)) && \
main.c 207 ifp->state->lease.addr.s_addr = dhcp->yiaddr;
dhcp.c 751 /* BOOTP does not set yiaddr for replies when ciaddr is set. */
752 if (dhcp->yiaddr)
753 lease->addr.s_addr = dhcp->yiaddr;
configure.c 191 addr = dhcp->yiaddr;
  /src/sys/fs/nfs/common/
bootp_subr.c 129 struct in_addr yiaddr; member in struct:bootp_packet
1313 memcpy(vendp, &ifctx->reply.yiaddr, 4);
1433 ifctx->myaddr.sin_addr = ifctx->reply.yiaddr;
  /src/sys/arch/shark/ofw/
ofw.c 455 bdp->ip_address = bdp->dhcp_packet.yiaddr;

Completed in 44 milliseconds