Searched refs:bp_vend (Results 1 – 2 of 2) sorted by relevance
157 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()
39 u_int8_t bp_vend[64]; /* vendor-specific area */ member