Searched refs:bp_chaddr (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dbootp.h38 unsigned char bp_chaddr[16]; /* client hardware address */ member in struct:bootp
H A Dbootp.c133 MACPY(d->myea, bp->bp_chaddr);
/freebsd-9.3-release/libexec/bootpd/
H A Dbootp.h56 unsigned char bp_chaddr[BP_CHADDR_LEN]; /* client hardware address */ member in struct:bootp
H A Dbootpd.c658 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
676 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
682 haddrtoa(bp->bp_chaddr, hlen));
685 bcopy(bp->bp_chaddr, dummyhost.haddr, hlen);
686 hashcode = hash_HashFunction(bp->bp_chaddr, hlen);
693 haddr_conv802(bp->bp_chaddr, dummyhost.haddr, hlen);
710 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
1063 ha = bp->bp_chaddr;
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c106 TCHECK(bp->bp_chaddr[0], 6);
114 if (e == 0 || bcmp((char *) bp->bp_chaddr, e, 6))
115 dump_hex(bp->bp_chaddr, bp->bp_hlen);
H A Dbootptest.c333 bcopy(eaddr, bp->bp_chaddr, bp->bp_hlen);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-bootp.c79 TCHECK2(bp->bp_chaddr[0], 6);
80 printf(" from %s", etheraddr_string(bp->bp_chaddr));
133 TCHECK2(bp->bp_chaddr[0], 6);
134 printf("\n\t Client-Ethernet-Address %s", etheraddr_string(bp->bp_chaddr));
H A Dbootp.h36 u_int8_t bp_chaddr[16]; /* client hardware address */ member in struct:bootp
/freebsd-9.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c650 ha = bp->bp_chaddr;

Completed in 79 milliseconds