Searched defs:opt_type (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.h62 uint_t opt_type; /* Option type (see above) */ member in struct:mdb_opt
/illumos-gate/usr/src/common/net/wanboot/
H A Dbootinfo.c54 dsym_cdtype_t opt_type; /* DHCP option type (dhcp_symbol.h) */ member in struct:__anon2020
238 if (bip->bi_dhcp->opt_type == DSYM_IP) {
251 switch (bip->bi_dhcp->opt_type) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c78 match_opt_t opt_type; member in struct:_match
266 rec->opt_type = MATCH_OPT_NDX;
269 rec->opt_type = MATCH_OPT_RANGE;
406 if ((list->opt_type == MATCH_OPT_NAME) && minus_p)
407 list->opt_type = MATCH_OPT_TYPE;
409 if (list->opt_type != MATCH_OPT_TYPE)
472 switch (list->opt_type) {
799 match_data.opt_type = MATCH_OPT_NAME;
852 match_data.opt_type = MATCH_OPT_TYPE;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c291 remove_pkt_opt(dhcp_pkt_t *dpkt, uint_t opt_type) argument
303 opt_type = htons(opt_type);
310 if (d6o.d6o_code == opt_type) {
326 if (opt_type == CD_END || opt_type == CD_PAD)
345 if (*raw_pkt == opt_type) {
412 add_pkt_opt(dhcp_pkt_t *dpkt, uint_t opt_type, const void *opt_val, argument
429 "packet (%u + %u > %u)", opt_type,
433 d6o.d6o_code = htons(opt_type);
493 add_pkt_subopt(dhcp_pkt_t *dpkt, dhcpv6_option_t *parentopt, uint_t opt_type, const void *opt_val, uint_t opt_len) argument
560 add_pkt_opt16(dhcp_pkt_t *dpkt, uint_t opt_type, uint16_t opt_value) argument
575 add_pkt_opt32(dhcp_pkt_t *dpkt, uint_t opt_type, uint32_t opt_value) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c1100 uchar_t opt_type; local
1108 opt_type = *optptr;
1109 if (opt_type == IP6OPT_PAD1) {
1126 if (opt_type == ip6opt_ls) {
1131 } else switch (opt_type) {
H A Dip6.c2862 * options as opt_type fields other than IP6OPT_PAD1 and IP6OPT_PADN
2864 * Current code checks for each opt_type (other than pads) if it is in
2871 uint8_t opt_type; local
2879 opt_type = *optptr;
2880 if (opt_type == IP6OPT_PAD1) {
2886 if (opt_type == ip6opt_ls) {
2890 } else switch (opt_type) {
3006 switch (IP6OPT_TYPE(opt_type)) {
3013 errtype, opt_type));
3018 errtype, opt_type));
[all...]
H A Dipsecah.c2317 uint8_t opt_type; local
2334 opt_type = *oi_opt;
2336 if (opt_type == IP6OPT_PAD1) {
2345 if (copy_always || !(opt_type & IP6OPT_MUTABLE)) {
H A Dip_ndp.c3368 ndp_get_option(nd_opt_hdr_t *opt, int optlen, int opt_type) argument
3371 if (opt->nd_opt_type == opt_type)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c866 ppp_getoptinfo(cp_optinfo_t optinfo_list[], uint16_t opt_type) argument
870 while (optinfo_ptr->opt_type != opt_type &&
H A Dsnoop_ppp.h158 uint8_t opt_type; member in struct:cp_optinfo
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c133 match_opt_t opt_type; member in struct:__anon1750
250 rec->opt_type = MATCH_OPT_NAME;
266 rec->opt_type = MATCH_OPT_NEED_VER;
291 rec->opt_type = MATCH_OPT_NDX;
294 rec->opt_type = MATCH_OPT_RANGE;
353 switch (rec->opt_type) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h100 enum opt_type { enum
111 enum opt_type type;

Completed in 118 milliseconds