Searched refs:opttype (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/logadm/ |
H A D | opts.h | 35 enum opttype { enum 46 enum opttype oi_t; /* the type of this option */
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 548 uint8_t opttype; in interpret_cp_options() local 581 GETINT8(opttype, optptr); in interpret_cp_options() 584 optinfo_ptr = ppp_getoptinfo(optinfo, opttype); in interpret_cp_options() 586 (void) sprintf(get_line(0, 0), "Option Type = %d (%s)", opttype, in interpret_cp_options()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 1594 int hdrlen, optlen, opttype, len; in ipnospoof_check_ndp() local 1638 opttype = ND_OPT_SOURCE_LINKADDR; in ipnospoof_check_ndp() 1651 opttype = ND_OPT_TARGET_LINKADDR; in ipnospoof_check_ndp() 1671 if (opt->nd_opt_type == opttype) { in ipnospoof_check_ndp()
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 105 %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:
|
/titanic_41/usr/src/lib/libshare/common/ |
H A D | libshare.c | 3076 int opttype; /* 1 == optionset, 0 == security */ in sa_set_prop_by_prop() local 3098 opttype = is_nodetype((void *)optionset, "optionset"); in sa_set_prop_by_prop() 3137 if (opttype) in sa_set_prop_by_prop()
|