Searched refs:bp_chaddr (Results 1 – 2 of 2) sorted by relevance
77 TCHECK2(bp->bp_chaddr[0], 6); in bootp_print()78 printf(" from %s", etheraddr_string(bp->bp_chaddr)); in bootp_print()131 TCHECK2(bp->bp_chaddr[0], 6); in bootp_print()132 printf("\n\t Client-Ethernet-Address %s", etheraddr_string(bp->bp_chaddr)); in bootp_print()
36 u_int8_t bp_chaddr[16]; /* client hardware address */ member