Home
last modified time | relevance | path

Searched refs:fr_match (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/tcpdump/
Dprint-ofp.c342 omtype = ntohs(fr->fr_match.om_type); in ofp_print_flowremoved()
343 omlen = ntohs(fr->fr_match.om_length); in ofp_print_flowremoved()
359 omlen -= min(sizeof(fr->fr_match), omlen); in ofp_print_flowremoved()
/openbsd/src/sys/net/
Dofp.h502 struct ofp_match fr_match; member