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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-openflow-1.0.c556 #define OF_PACKET_IN_LEN 20 macro
2283 /* 2 mock octets count in OF_PACKET_IN_LEN but not in len */
2284 return of10_packet_data_print(ndo, cp, ep, len - (OF_PACKET_IN_LEN - 2));
2490 /* 2 mock octets count in OF_PACKET_IN_LEN but not in len */
2491 if (len < OF_PACKET_IN_LEN - 2)

Completed in 103 milliseconds