Searched refs:bp_vend (Results 1 – 2 of 2) sorted by relevance
210 uint8_t bp_vend[BOOTP_VENDOR_LEN]; member212 uint8_t bp_vend[DHCP_OPT_LEN]; member
74 uint8_t bp_vend[64]; /* vendor-specific area */ member380 ND_TCHECK(bp->bp_vend[0]); in bootp_print()381 if (memcmp((const char *)bp->bp_vend, vm_rfc1048, in bootp_print()383 rfc1048_print(ndo, bp->bp_vend); in bootp_print()384 else if (memcmp((const char *)bp->bp_vend, vm_cmu, in bootp_print()386 cmu_print(ndo, bp->bp_vend); in bootp_print()390 ul = EXTRACT_32BITS(&bp->bp_vend); in bootp_print()