HomeSort by relevance Sort by last modified time
    Searched refs:OF_HEADER_LEN (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
openflow.h 33 #define OF_HEADER_LEN 8
print-openflow.c 85 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 */
print-openflow-1.0.c     [all...]

Completed in 161 milliseconds