Home
last modified time | relevance | path

Searched refs:pgm_type (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-pgm.c47 u_int8_t pgm_type; member
116 } pgm_type; typedef
252 switch (pgm->pgm_type) { in pgm_print()
437 switch (pgm->pgm_type) { in pgm_print()
471 (void)printf("UNKNOWN type 0x%02x", pgm->pgm_type); in pgm_print()
822 (pgm->pgm_type == PGM_ODATA || pgm->pgm_type == PGM_RDATA)) in pgm_print()