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

  /src/external/bsd/wpa/dist/src/drivers/
driver_wired.c 66 u_int32_t yiaddr; member in struct:dhcp_message
  /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/external/bsd/dhcpcd/dist/src/
dhcp.h 161 uint32_t yiaddr; /* 'your' client IP address */ member in struct:bootp
  /src/external/mpl/dhcp/dist/includes/
dhcp.h 58 struct in_addr yiaddr; /* 16: Client IP address */ member in struct:dhcp_packet
  /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 29 milliseconds