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

/freebsd-12-stable/contrib/tcpdump/
H A Dopenflow.h33 #define OF_HEADER_LEN 8 macro
H A Dprint-openflow.c85 if (ep < cp + OF_HEADER_LEN)
108 if (length < OF_HEADER_LEN) {
119 ND_TCHECK2(*cp, length - OF_HEADER_LEN);
120 return cp + length - OF_HEADER_LEN; /* done with current message */
H A Dprint-openflow-1.0.c2401 if (len != OF_HEADER_LEN)
2473 return of10_data_print(ndo, cp, ep, len - OF_HEADER_LEN);
2488 return of10_vendor_message_print(ndo, cp, ep, len - OF_HEADER_LEN);
2555 ND_TCHECK2(*cp0, len0 - OF_HEADER_LEN);
2556 return cp0 + len0 - OF_HEADER_LEN;

Completed in 63 milliseconds