Home
last modified time | relevance | path

Searched refs:bp_ciaddr (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/usr.sbin/bootp/bootptest/
Dprint-bootp.c127 TCHECK(bp->bp_ciaddr, sizeof(bp->bp_ciaddr)); in bootp_print()
128 if (bp->bp_ciaddr.s_addr) in bootp_print()
129 printf(" C:%s", ipaddr_string(&bp->bp_ciaddr)); in bootp_print()
Dbootptest.c334 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length); in main()
/netbsd/src/usr.sbin/bootp/bootpd/
Dbootpd.c637 if (bp->bp_ciaddr.s_addr == 0) { in handle_request()
691 inet_ntoa(bp->bp_ciaddr)); in handle_request()
693 dummyhost.iaddr.s_addr = bp->bp_ciaddr.s_addr; in handle_request()
694 hashcode = hash_HashFunction((u_char *) &(bp->bp_ciaddr.s_addr), 4); in handle_request()
700 inet_ntoa(bp->bp_ciaddr)); in handle_request()
1035 } else if (bp->bp_ciaddr.s_addr) { in sendreply()
1036 dst = bp->bp_ciaddr; in sendreply()
/netbsd/src/usr.sbin/bootp/common/
Dbootp.h50 struct in_addr bp_ciaddr; /* client IP address */ member
/netbsd/src/sys/lib/libsa/
Dbootp.h32 struct in_addr bp_ciaddr; /* client IP address */ member
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-bootp.c69 nd_ipv4 bp_ciaddr; /* client IP address */ member
336 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_ciaddr)) in bootp_print()
337 ND_PRINT("\n\t Client-IP %s", GET_IPADDR_STRING(bp->bp_ciaddr)); in bootp_print()
/netbsd/src/sys/nfs/
Dnfs_bootdhcp.c119 struct in_addr bp_ciaddr; /* client IP address */ member