Searched refs:OFPFW_DL_TYPE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-openflow-1.0.c215 #define OFPFW_DL_TYPE (1U <<4) macro
233 { OFPFW_DL_TYPE, "DL_TYPE" },
1243 if (! (wildcards & OFPFW_DL_TYPE))
1253 field_name = ! (wildcards & OFPFW_DL_TYPE) && dl_type == ETHERTYPE_ARP
1271 field_name = ! (wildcards & OFPFW_DL_TYPE) && dl_type == ETHERTYPE_IP
1280 field_name = ! (wildcards & OFPFW_DL_TYPE) && dl_type == ETHERTYPE_IP

Completed in 274 milliseconds