Lines Matching refs:prot
114 uint16_t flags, prot; in gre_print_0() local
126 prot = EXTRACT_16BITS(bp); in gre_print_0()
189 tok2str(ethertype_values,"unknown",prot), in gre_print_0()
190 prot)); in gre_print_0()
199 switch (prot) { in gre_print_0()
222 ND_PRINT((ndo, "gre-proto-0x%x", prot)); in gre_print_0()
234 uint16_t flags, prot; in gre_print_1() local
246 prot = EXTRACT_16BITS(bp); in gre_print_1()
283 tok2str(ethertype_values,"unknown",prot), in gre_print_1()
284 prot)); in gre_print_1()
296 switch (prot) { in gre_print_1()
301 ND_PRINT((ndo, "gre-proto-0x%x", prot)); in gre_print_1()