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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-openflow-1.0.c231 #define OFPFW_NW_PROTO (1 << 5) macro
249 { OFPFW_NW_PROTO, "NW_PROTO" },
1399 if (! (wildcards & OFPFW_NW_PROTO)) {
1423 && ! (wildcards & OFPFW_NW_PROTO) && nw_proto == IPPROTO_ICMP
1432 && ! (wildcards & OFPFW_NW_PROTO) && nw_proto == IPPROTO_ICMP

Completed in 102 milliseconds