Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bootp.c157 TCHECK(bp->bp_vend[0]); in bootp_print()
158 if (memcmp((const char *)bp->bp_vend, vm_rfc1048, in bootp_print()
160 rfc1048_print(bp->bp_vend); in bootp_print()
161 else if (memcmp((const char *)bp->bp_vend, vm_cmu, in bootp_print()
163 cmu_print(bp->bp_vend); in bootp_print()
167 ul = EXTRACT_32BITS(&bp->bp_vend); in bootp_print()
Dbootp.h39 u_int8_t bp_vend[64]; /* vendor-specific area */ member