Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/rump_dhcpclient/
Ddhcp.h147 uint32_t yiaddr; /* 'your' client IP address */ member
186 !IN_LINKLOCAL(htonl((m)->yiaddr)) && \
Dmain.c207 ifp->state->lease.addr.s_addr = dhcp->yiaddr; in get_offer()
Ddhcp.c752 if (dhcp->yiaddr) in get_lease()
753 lease->addr.s_addr = dhcp->yiaddr; in get_lease()
Dconfigure.c191 addr = dhcp->yiaddr; in get_subnet_route()
/netbsd/src/external/bsd/wpa/dist/src/drivers/
Ddriver_wired.c66 u_int32_t yiaddr; member
/netbsd/src/sys/fs/nfs/common/
Dbootp_subr.c129 struct in_addr yiaddr; member
1313 memcpy(vendp, &ifctx->reply.yiaddr, 4); in bootpc_compose_query()
1433 ifctx->myaddr.sin_addr = ifctx->reply.yiaddr; in bootpc_decode_reply()
/netbsd/src/sys/arch/shark/ofw/
Dofw.c455 bdp->ip_address = bdp->dhcp_packet.yiaddr; in get_fw_dhcp_data()