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

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h56 unsigned char bp_chaddr[BP_CHADDR_LEN]; /* client hardware address */ member in struct:bootp
H A Dbootpd.c667 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
685 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
691 haddrtoa(bp->bp_chaddr, hlen));
694 bcopy(bp->bp_chaddr, dummyhost.haddr, hlen);
695 hashcode = hash_HashFunction(bp->bp_chaddr, hlen);
702 haddr_conv802(bp->bp_chaddr, dummyhost.haddr, hlen);
719 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
1072 ha = bp->bp_chaddr;
/freebsd-12-stable/stand/libsa/
H A Dbootp.h40 unsigned char bp_chaddr[16]; /* client hardware address */ member in struct:bootp
H A Dbootp.c161 MACPY(d->myea, bp->bp_chaddr);
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c107 TCHECK(bp->bp_chaddr[0], 6);
115 if (e == NULL || bcmp((char *) bp->bp_chaddr, e, 6))
116 dump_hex(bp->bp_chaddr, bp->bp_hlen);
H A Dbootptest.c330 bcopy(eaddr, bp->bp_chaddr, bp->bp_hlen);
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bootp.c71 uint8_t bp_chaddr[16]; /* client hardware address */ member in struct:bootp
298 ND_TCHECK2(bp->bp_chaddr[0], 6);
299 ND_PRINT((ndo, " from %s", etheraddr_string(ndo, bp->bp_chaddr)));
353 ND_TCHECK2(bp->bp_chaddr[0], 6);
354 ND_PRINT((ndo, "\n\t Client-Ethernet-Address %s", etheraddr_string(ndo, bp->bp_chaddr)));
/freebsd-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c657 ha = bp->bp_chaddr;

Completed in 114 milliseconds