Searched refs:ofppc_bm (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-openflow-1.3.c | 129 static const struct tok ofppc_bm[] = { variable 673 of_bitmap_print(ndo, ofppc_bm, GET_BE_U_4(cp), OFPPC_U); in of13_port_print() 819 of_bitmap_print(ndo, ofppc_bm, GET_BE_U_4(cp), OFPPC_U); in of13_port_mod_print() 823 of_bitmap_print(ndo, ofppc_bm, GET_BE_U_4(cp), OFPPC_U); in of13_port_mod_print()
|
H A D | print-openflow-1.0.c | 107 static const struct tok ofppc_bm[] = { variable 1049 of_bitmap_print(ndo, ofppc_bm, GET_BE_U_4(cp), OFPPC_U); in of10_phy_port_print() 1542 of_bitmap_print(ndo, ofppc_bm, GET_BE_U_4(cp), OFPPC_U); in of10_port_mod_print() 1546 of_bitmap_print(ndo, ofppc_bm, GET_BE_U_4(cp), OFPPC_U); in of10_port_mod_print()
|