Searched defs:opttype (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dopts.h35 enum opttype { enum
46 enum opttype oi_t; /* the type of this option */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c548 uint8_t opttype; local
581 GETINT8(opttype, optptr);
584 optinfo_ptr = ppp_getoptinfo(optinfo, opttype);
586 (void) sprintf(get_line(0, 0), "Option Type = %d (%s)", opttype,
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y105 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr
1274 opttype { DOALL(fr->fr_flx |= $1; fr->fr_mflx |= $1;) }
1275 | notwith opttype
1297 opttype: label
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c3076 int opttype; /* 1 == optionset, 0 == security */ local
3098 opttype = is_nodetype((void *)optionset, "optionset");
3137 if (opttype)
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1823 int hdrlen, optlen, opttype, len; local
1867 opttype = ND_OPT_SOURCE_LINKADDR;
1880 opttype = ND_OPT_TARGET_LINKADDR;
1900 if (opt->nd_opt_type == opttype) {

Completed in 108 milliseconds