Searched refs:opttype (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/logadm/ |
H A D | opts.h | 35 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 D | snoop_ppp.c | 548 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 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: label
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 1823 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) {
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare.c | 3076 int opttype; /* 1 == optionset, 0 == security */ local 3098 opttype = is_nodetype((void *)optionset, "optionset"); 3137 if (opttype)
|
Completed in 93 milliseconds