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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-openflow-1.0.c216 #define OFPFW_NW_PROTO (1U <<5) macro
234 { OFPFW_NW_PROTO, "NW_PROTO" },
1252 if (! (wildcards & OFPFW_NW_PROTO)) {
1272 && ! (wildcards & OFPFW_NW_PROTO) && nw_proto == IPPROTO_ICMP
1281 && ! (wildcards & OFPFW_NW_PROTO) && nw_proto == IPPROTO_ICMP

Completed in 200 milliseconds