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

  /src/sys/lib/libsa/
bootp.h 33 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp
  /src/usr.sbin/bootp/common/
bootp.h 51 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp
  /src/sys/nfs/
nfs_bootdhcp.c 120 struct in_addr bp_yiaddr; /* 'your' IP address */ member in struct:bootp
402 if (bootp->bp_yiaddr.s_addr == INADDR_ANY ||
403 bootp->bp_yiaddr.s_addr == INADDR_BROADCAST) {
405 inet_ntoa(bootp->bp_yiaddr));
649 memcpy(&bootp->bp_vend[index], &bpc.replybuf->bp_yiaddr, 4);
834 nd->nd_myip = bootp->bp_yiaddr;

Completed in 35 milliseconds