/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_argvec.c | 190 switch (opt->opt_type) { in argvec_process_opt() 237 (void *)opt, opt->opt_type); in argvec_process_opt() 299 if (optp->opt_type == MDB_OPT_STR || in argvec_getopts() 300 optp->opt_type == MDB_OPT_UINTPTR || in argvec_getopts() 301 optp->opt_type == MDB_OPT_UINTPTR_SET || in argvec_getopts() 302 optp->opt_type == MDB_OPT_SUBOPTS || in argvec_getopts() 303 optp->opt_type == MDB_OPT_UINT64) { in argvec_getopts() 362 op->opt_type = va_arg(alist, uint_t); in mdb_getopts() 364 if (op->opt_type == MDB_OPT_SETBITS || in mdb_getopts() 365 op->opt_type == MDB_OPT_CLRBITS) { in mdb_getopts() [all …]
|
H A D | mdb_argvec.h | 62 uint_t opt_type; /* Option type (see above) */ member
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.c | 291 remove_pkt_opt(dhcp_pkt_t *dpkt, uint_t opt_type) in remove_pkt_opt() argument 303 opt_type = htons(opt_type); in remove_pkt_opt() 310 if (d6o.d6o_code == opt_type) { in remove_pkt_opt() 326 if (opt_type == CD_END || opt_type == CD_PAD) in remove_pkt_opt() 345 if (*raw_pkt == opt_type) { in remove_pkt_opt() 412 add_pkt_opt(dhcp_pkt_t *dpkt, uint_t opt_type, const void *opt_val, in add_pkt_opt() argument 429 "packet (%u + %u > %u)", opt_type, in add_pkt_opt() 433 d6o.d6o_code = htons(opt_type); in add_pkt_opt() 446 if (opt_type == CD_END || opt_type == CD_PAD) { in add_pkt_opt() 450 "missing required value", opt_type); in add_pkt_opt() [all …]
|
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 78 match_opt_t opt_type; member 266 rec->opt_type = MATCH_OPT_NDX; in process_index_opt() 269 rec->opt_type = MATCH_OPT_RANGE; in process_index_opt() 406 if ((list->opt_type == MATCH_OPT_NAME) && minus_p) in match_prepare() 407 list->opt_type = MATCH_OPT_TYPE; in match_prepare() 409 if (list->opt_type != MATCH_OPT_TYPE) in match_prepare() 472 switch (list->opt_type) { in match() 799 match_data.opt_type = MATCH_OPT_NAME; in main() 852 match_data.opt_type = MATCH_OPT_TYPE; in main()
|
/titanic_50/usr/src/common/net/wanboot/ |
H A D | bootinfo.c | 54 dsym_cdtype_t opt_type; /* DHCP option type (dhcp_symbol.h) */ member 238 if (bip->bi_dhcp->opt_type == DSYM_IP) { in bi_getval_dhcpopt() 251 switch (bip->bi_dhcp->opt_type) { in bi_getval_dhcpopt()
|
/titanic_50/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 133 match_opt_t opt_type; member 250 rec->opt_type = MATCH_OPT_NAME; in add_match_record() 266 rec->opt_type = MATCH_OPT_NEED_VER; in add_match_record() 291 rec->opt_type = MATCH_OPT_NDX; in add_match_record() 294 rec->opt_type = MATCH_OPT_RANGE; in add_match_record() 353 switch (rec->opt_type) { in match()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.h | 158 uint8_t opt_type; member
|
H A D | snoop_ppp.c | 866 ppp_getoptinfo(cp_optinfo_t optinfo_list[], uint16_t opt_type) in ppp_getoptinfo() argument 870 while (optinfo_ptr->opt_type != opt_type && in ppp_getoptinfo()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | tn_ipopt.c | 1100 uchar_t opt_type; in tsol_find_secopt_v6() local 1108 opt_type = *optptr; in tsol_find_secopt_v6() 1109 if (opt_type == IP6OPT_PAD1) { in tsol_find_secopt_v6() 1126 if (opt_type == ip6opt_ls) { in tsol_find_secopt_v6() 1131 } else switch (opt_type) { in tsol_find_secopt_v6()
|
H A D | ip6.c | 2871 uint8_t opt_type; in ip_process_options_v6() local 2879 opt_type = *optptr; in ip_process_options_v6() 2880 if (opt_type == IP6OPT_PAD1) { in ip_process_options_v6() 2886 if (opt_type == ip6opt_ls) { in ip_process_options_v6() 2890 } else switch (opt_type) { in ip_process_options_v6() 3006 switch (IP6OPT_TYPE(opt_type)) { in ip_process_options_v6() 3013 errtype, opt_type)); in ip_process_options_v6() 3018 errtype, opt_type)); in ip_process_options_v6()
|
H A D | ipsecah.c | 2317 uint8_t opt_type; in ah_fix_tlv_options_v6() local 2334 opt_type = *oi_opt; in ah_fix_tlv_options_v6() 2336 if (opt_type == IP6OPT_PAD1) { in ah_fix_tlv_options_v6() 2345 if (copy_always || !(opt_type & IP6OPT_MUTABLE)) { in ah_fix_tlv_options_v6()
|
H A D | ip_ndp.c | 3368 ndp_get_option(nd_opt_hdr_t *opt, int optlen, int opt_type) in ndp_get_option() argument 3371 if (opt->nd_opt_type == opt_type) in ndp_get_option()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | pppd.h | 100 enum opt_type { enum 111 enum opt_type type;
|