Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bootp.c71 uint8_t bp_chaddr[16]; /* client hardware address */ member
298 ND_TCHECK2(bp->bp_chaddr[0], 6); in bootp_print()
299 ND_PRINT((ndo, " from %s", etheraddr_string(ndo, bp->bp_chaddr))); in bootp_print()
352 ND_TCHECK2(bp->bp_chaddr[0], 6); in bootp_print()
353 ND_PRINT((ndo, "\n\t Client-Ethernet-Address %s", etheraddr_string(ndo, bp->bp_chaddr))); in bootp_print()