HomeSort by: relevance | last modified time | path
    Searched defs:bp_yiaddr (Results 1 - 4 of 4) 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;
  /src/external/bsd/tcpdump/dist/
print-bootp.c 70 nd_ipv4 bp_yiaddr; /* 'your' IP address */ member in struct:bootp
340 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_yiaddr))
341 ND_PRINT("\n\t Your-IP %s", GET_IPADDR_STRING(bp->bp_yiaddr));

Completed in 49 milliseconds