HomeSort by relevance Sort by last modified time
    Searched defs:opt_type (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-pgm.c 174 u_int8_t opt_type, opt_len; local
489 opt_type = *bp++;
490 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) {
491 (void)printf("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK);
513 opt_type = *bp++;
529 switch (opt_type & PGM_OPT_MASK) {
809 (void)printf(" OPT_%02X [%d] ", opt_type, opt_len);
815 if (opt_type & PGM_OPT_END)
  /external/fio/
goptions.c 18 unsigned int opt_type; member in struct:gopt
165 gopt->opt_type = type;
1335 switch (gopt->opt_type) {
    [all...]
  /external/ppp/pppd/
pppd.h 90 enum opt_type { enum
102 enum opt_type type;
    [all...]

Completed in 905 milliseconds