Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-openflow.c59 if (ep < cp + OF_HEADER_LEN) in of_header_body_print()
82 if (length < OF_HEADER_LEN) { in of_header_body_print()
93 TCHECK2(*cp, length - OF_HEADER_LEN); in of_header_body_print()
94 return cp + length - OF_HEADER_LEN; /* done with current message */ in of_header_body_print()
Dopenflow.h30 #define OF_HEADER_LEN 8 macro
Dprint-openflow-1.0.c1890 if (len != OF_HEADER_LEN) in of10_header_body_print()
1962 return of10_data_print(cp, ep, len - OF_HEADER_LEN); in of10_header_body_print()
1977 return of10_vendor_data_print(cp, ep, len - OF_HEADER_LEN); in of10_header_body_print()
2044 TCHECK2(*cp0, len0 - OF_HEADER_LEN); in of10_header_body_print()
2045 return cp0 + len0 - OF_HEADER_LEN; in of10_header_body_print()