Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-pgm.c146 #define PGM_OPT_MASK 0x7f macro
490 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { in pgm_print()
491 (void)printf("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK); in pgm_print()
529 switch (opt_type & PGM_OPT_MASK) { in pgm_print()