Home
last modified time | relevance | path

Searched refs: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.c546 uint8_t opttype; in interpret_cp_options() local
579 GETINT8(opttype, optptr); in interpret_cp_options()
582 optinfo_ptr = ppp_getoptinfo(optinfo, opttype); in interpret_cp_options()
584 (void) sprintf(get_line(0, 0), "Option Type = %d (%s)", opttype, in interpret_cp_options()
/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:
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1823 int hdrlen, optlen, opttype, len; in ipnospoof_check_ndp() local
1867 opttype = ND_OPT_SOURCE_LINKADDR; in ipnospoof_check_ndp()
1880 opttype = ND_OPT_TARGET_LINKADDR; in ipnospoof_check_ndp()
1900 if (opt->nd_opt_type == opttype) { in ipnospoof_check_ndp()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c3168 int opttype; /* 1 == optionset, 0 == security */ in sa_set_prop_by_prop() local
3190 opttype = is_nodetype((void *)optionset, "optionset"); in sa_set_prop_by_prop()
3229 if (opttype) in sa_set_prop_by_prop()