Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bootp.c75 uint8_t bp_vend[64]; /* vendor-specific area */ member
376 ND_TCHECK(bp->bp_vend[0]); in bootp_print()
377 if (memcmp((const char *)bp->bp_vend, vm_rfc1048, in bootp_print()
379 rfc1048_print(ndo, bp->bp_vend); in bootp_print()
380 else if (memcmp((const char *)bp->bp_vend, vm_cmu, in bootp_print()
382 cmu_print(ndo, bp->bp_vend); in bootp_print()
386 ul = EXTRACT_32BITS(&bp->bp_vend); in bootp_print()