Home
last modified time | relevance | path

Searched refs:bp_chaddr (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/bootpd/
H A Dbootpd.c649 haddrtoa(bp->bp_chaddr, bp->bp_hlen)); in handle_request()
667 haddrtoa(bp->bp_chaddr, bp->bp_hlen)); in handle_request()
673 haddrtoa(bp->bp_chaddr, hlen)); in handle_request()
676 bcopy(bp->bp_chaddr, dummyhost.haddr, hlen); in handle_request()
677 hashcode = hash_HashFunction(bp->bp_chaddr, hlen); in handle_request()
684 haddr_conv802(bp->bp_chaddr, dummyhost.haddr, hlen); in handle_request()
701 haddrtoa(bp->bp_chaddr, bp->bp_hlen)); in handle_request()
1051 ha = bp->bp_chaddr; in sendreply()
H A Dbootp.h54 unsigned char bp_chaddr[BP_CHADDR_LEN]; /* client hardware address */ member
/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c102 TCHECK(bp->bp_chaddr[0], 6); in bootp_print()
110 if (e == NULL || bcmp((char *) bp->bp_chaddr, e, 6)) in bootp_print()
111 dump_hex(bp->bp_chaddr, bp->bp_hlen); in bootp_print()
H A Dbootptest.c326 bcopy(eaddr, bp->bp_chaddr, bp->bp_hlen); in main()
/freebsd/stand/libsa/
H A Dbootp.h38 unsigned char bp_chaddr[16]; /* client hardware address */ member
H A Dbootp.c156 MACPY(d->myea, bp->bp_chaddr); in bootp()
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c68 nd_byte bp_chaddr[16]; /* client hardware address */ member
299 ND_PRINT(" from %s", GET_ETHERADDR_STRING(bp->bp_chaddr)); in bootp_print()
348 ND_PRINT("\n\t Client-Ethernet-Address %s", GET_ETHERADDR_STRING(bp->bp_chaddr)); in bootp_print()
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c639 ha = bp->bp_chaddr; in handle_reply()