HomeSort by: relevance | last modified time | path
    Searched refs:bp_ciaddr (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/lib/libsa/
bootp.h 32 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
  /src/usr.sbin/bootp/common/
bootp.h 50 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
  /src/usr.sbin/bootp/bootptest/
print-bootp.c 127 TCHECK(bp->bp_ciaddr, sizeof(bp->bp_ciaddr));
128 if (bp->bp_ciaddr.s_addr)
129 printf(" C:%s", ipaddr_string(&bp->bp_ciaddr));
bootptest.c 334 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 610 /* XXX - SLIP init: Set bp_ciaddr = recv_addr here? */
642 if (bp->bp_ciaddr.s_addr == 0) {
696 inet_ntoa(bp->bp_ciaddr));
698 dummyhost.iaddr.s_addr = bp->bp_ciaddr.s_addr;
699 hashcode = hash_HashFunction((u_char *) &(bp->bp_ciaddr.s_addr), 4);
705 inet_ntoa(bp->bp_ciaddr));
1041 } else if (bp->bp_ciaddr.s_addr) {
1042 dst = bp->bp_ciaddr;
  /src/sys/nfs/
nfs_bootdhcp.c 119 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp

Completed in 15 milliseconds