Lines Matching full:realtek
20 * Format and print Realtek Remote Control Protocol (RRCP), Realtek
21 * Loop Detection Protocol (RLDP), and Realtek Echo Protocol (REP) packets,
22 * as well as tag formats used by some Realtek switch chips to supply
26 /* \summary: printer for various Realtek protocols */
50 * http://realtek.info/pdf/rtl8306sd%28m%29_datasheet_1.1.pdf
91 * See, for example, section 8.20 "Realtek Remote Control Protocol" of
93 * http://realtek.info/pdf/rtl8324.pdf
95 * and section 7.22 "Realtek Remote Control Protocol" of
97 * http://realtek.info/pdf/rtl8326.pdf
141 * Print Realtek packets.
143 * See, for example, section 8.22 "Realtek Echo Protocol" of
145 * http://realtek.info/pdf/rtl8324.pdf
147 * and section 7.24 "Realtek Echo Protocol" of
149 * http://realtek.info/pdf/rtl8326.pdf
155 * http://realtek.info/pdf/rtl8324.pdf
159 * http://realtek.info/pdf/rtl8326.pdf
176 * http://realtek.info/pdf/rtl8305sb.pdf
239 ND_PRINT("Realtek 8-byte DSA tag"); in rtl_print()
241 ND_PRINT("Realtek RTL8306 4-byte DSA tag"); in rtl_print()
243 ND_PRINT("Realtek RTL8366RB 4-byte DSA tag"); in rtl_print()
245 ND_PRINT("Realtek unknown type 0x%02x", rtl_proto); in rtl_print()