Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Dprint-geneve.c109 uint8_t opt_type; in geneve_opts_print() local
116 opt_type = *(bp + 2); in geneve_opts_print()
120 format_opt_class(opt_class), opt_class, opt_type, in geneve_opts_print()
121 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len)); in geneve_opts_print()
H A Dprint-pgm.c157 uint8_t opt_type, opt_len; in pgm_print() local
436 opt_type = *bp++; in pgm_print()
437 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { in pgm_print()
438 ND_PRINT((ndo, "[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK)); in pgm_print()
464 opt_type = *bp++; in pgm_print()
480 switch (opt_type & PGM_OPT_MASK) { in pgm_print()
816 ND_PRINT((ndo, " OPT_%02X [%d] ", opt_type, opt_len)); in pgm_print()
822 if (opt_type & PGM_OPT_END) in pgm_print()
/freebsd-13.1/usr.sbin/ckdist/
H A Dckdist.c76 static int opt_type; /* dist type: md5 or inf */ variable
121 if ((opt_type = disttype(optarg)) == 0) { in main()
145 rval |= ckdist(*argv, opt_type); in main()
149 rval |= ckdist(*argv, opt_type); in main()
171 (!opt_type || type == opt_type)) in main()
/freebsd-13.1/contrib/wpa/src/ap/
H A Dndisc_snoop.c31 u8 opt_type; member
114 if (msg->opt_type != SOURCE_LL_ADDR) in handle_ndisc()