Searched refs:of_vendor_name (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | openflow.h | 51 extern const char * of_vendor_name(const uint32_t);
|
D | print-openflow.c | 63 of_vendor_name(const uint32_t vendor) in of_vendor_name() function
|
D | print-openflow-1.0.c | 1047 ND_PRINT((ndo, ", vendor 0x%08x (%s)", vendor, of_vendor_name(vendor))); in of10_vendor_action_print() 1076 ND_PRINT((ndo, ", vendor 0x%08x (%s)", vendor, of_vendor_name(vendor))); in of10_vendor_message_print() 1105 ND_PRINT((ndo, ", vendor 0x%08x (%s)", vendor, of_vendor_name(vendor))); in of10_vendor_data_print()
|