Searched refs:opt_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-geneve.c109 uint8_t opt_type; local
116 opt_type = *(bp + 2);
120 format_opt_class(opt_class), opt_class, opt_type,
121 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len));
H A Dprint-pgm.c157 uint8_t opt_type, opt_len; local
436 opt_type = *bp++;
437 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) {
438 ND_PRINT((ndo, "[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK));
464 opt_type = *bp++;
480 switch (opt_type & PGM_OPT_MASK) {
816 ND_PRINT((ndo, " OPT_%02X [%d] ", opt_type, opt_len));
822 if (opt_type & PGM_OPT_END)
/freebsd-11-stable/usr.sbin/ckdist/
H A Dckdist.c76 static int opt_type; /* dist type: md5 or inf */ variable
121 if ((opt_type = disttype(optarg)) == 0) {
145 rval |= ckdist(*argv, opt_type);
149 rval |= ckdist(*argv, opt_type);
171 (!opt_type || type == opt_type))
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dndisc_snoop.c31 u8 opt_type; member in struct:icmpv6_ndmsg
114 if (msg->opt_type != SOURCE_LL_ADDR)
/freebsd-11-stable/contrib/amd/amd/
H A Dam_ops.c394 } else if (fo->opt_type == 0) {
401 rop = ops_search(fo->opt_type);
403 plog(XLOG_USER, "fs type \"%s\" not recognized", fo->opt_type);
H A Dopts.c138 &fs_static.opt_type, 0, 0, FALSE },
1404 _AM_OPT_COPY(opt_type);
H A Damd.h387 char *opt_type; member in struct:am_opts
/freebsd-11-stable/sys/dev/txp/
H A Dif_txpreg.h390 opt_type:4; member in struct:txp_opt_desc

Completed in 126 milliseconds