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

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-openflow-1.0.c1347 u_char nw_bits; local
1409 nw_bits = (wildcards & OFPFW_NW_SRC_MASK) >> OFPFW_NW_SRC_SHIFT;
1410 if (nw_bits < 32)
1411 ND_PRINT((ndo, "%smatch nw_src %s/%u", pfx, ipaddr_string(ndo, cp), 32 - nw_bits));
1415 nw_bits = (wildcards & OFPFW_NW_DST_MASK) >> OFPFW_NW_DST_SHIFT;
1416 if (nw_bits < 32)
1417 ND_PRINT((ndo, "%smatch nw_dst %s/%u", pfx, ipaddr_string(ndo, cp), 32 - nw_bits));

Completed in 186 milliseconds