Home
last modified time | relevance | path

Searched refs:OFPPC_NO_RECV_STP (Results 1 – 8 of 8) sorted by relevance

/dports/net/ryu/ryu-4.26/ryu/ofproto/
H A Dofproto_v1_0.py114 OFPPC_NO_RECV_STP = 1 << 3 # Drop received 802.1D STP packets. variable
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-openflow-1.0.c105 #define OFPPC_NO_RECV_STP (1U <<3) macro
113 { OFPPC_NO_RECV_STP, "NO_RECV_STP" },
120 OFPPC_NO_RECV_STP | OFPPC_NO_FLOOD | OFPPC_NO_FWD | \
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-openflow_v1.c246 #define OFPPC_NO_RECV_STP 1<<3 /* Drop received 802.1D STP packets. */ macro
1139 FT_BOOLEAN, 32, NULL, OFPPC_NO_RECV_STP, in proto_register_openflow_v1()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-openflow_v1.c246 #define OFPPC_NO_RECV_STP 1<<3 /* Drop received 802.1D STP packets. */ macro
1139 FT_BOOLEAN, 32, NULL, OFPPC_NO_RECV_STP, in proto_register_openflow_v1()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-openflow_v1.c246 #define OFPPC_NO_RECV_STP 1<<3 /* Drop received 802.1D STP packets. */ macro
1139 FT_BOOLEAN, 32, NULL, OFPPC_NO_RECV_STP, in proto_register_openflow_v1()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-openflow_v1.c246 #define OFPPC_NO_RECV_STP 1<<3 /* Drop received 802.1D STP packets. */ macro
1139 FT_BOOLEAN, 32, NULL, OFPPC_NO_RECV_STP, in proto_register_openflow_v1()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/openflow/model/
H A Dopenflow-switch-net-device.cc1027 if (config & (OFPPC_NO_RECV | OFPPC_NO_RECV_STP) in RunThroughFlowTable()
1028 …&& config & (!eth_addr_equals (key.flow.dl_dst, stp_eth_addr) ? OFPPC_NO_RECV : OFPPC_NO_RECV_STP)) in RunThroughFlowTable()
/dports/net/ryu/ryu-4.26/ryu/lib/
H A Dstplib.py99 PORT_CONFIG_V1_0 = {PORT_STATE_DISABLE: (ofproto_v1_0.OFPPC_NO_RECV_STP