Searched refs:opt_type (Results 1 – 2 of 2) sorted by relevance
165 u_int8_t opt_type, opt_len, flags1, flags2; in pgm_print() local472 opt_type = *bp++; in pgm_print()473 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { in pgm_print()474 (void)printf("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK); in pgm_print()496 opt_type = *bp++; in pgm_print()512 switch (opt_type & PGM_OPT_MASK) { in pgm_print()740 (void)printf(" OPT_%02X [%d] ", opt_type, opt_len); in pgm_print()746 if (opt_type & PGM_OPT_END) in pgm_print()
90 enum opt_type { enum102 enum opt_type type;