HomeSort by: relevance | last modified time | path
    Searched defs:yiaddr (Results 1 - 2 of 2) 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)) && \
  /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;

Completed in 131 milliseconds