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

/external/tcpdump/
H A Dprint-openflow-1.0.c536 #define OF_PACKET_IN_LEN 20 macro
1778 /* 2 mock octets count in OF_PACKET_IN_LEN but not in len */
1779 return of10_packet_data_print(cp, ep, len - (OF_PACKET_IN_LEN - 2));
1979 /* 2 mock octets count in OF_PACKET_IN_LEN but not in len */
1980 if (len < OF_PACKET_IN_LEN - 2)

Completed in 291 milliseconds