HomeSort by relevance Sort by last modified time
    Searched refs:opt_type (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_argvec.c 190 switch (opt->opt_type) {
237 (void *)opt, opt->opt_type);
299 if (optp->opt_type == MDB_OPT_STR ||
300 optp->opt_type == MDB_OPT_UINTPTR ||
301 optp->opt_type == MDB_OPT_UINTPTR_SET ||
302 optp->opt_type == MDB_OPT_SUBOPTS ||
303 optp->opt_type == MDB_OPT_UINT64) {
362 op->opt_type = va_arg(alist, uint_t);
364 if (op->opt_type == MDB_OPT_SETBITS ||
365 op->opt_type == MDB_OPT_CLRBITS)
    [all...]
mdb_argvec.h 62 uint_t opt_type; /* Option type (see above) */ member in struct:mdb_opt
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
packet.c 291 remove_pkt_opt(dhcp_pkt_t *dpkt, uint_t opt_type)
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,
429 "packet (%u + %u > %u)", opt_type,
433 d6o.d6o_code = htons(opt_type);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
main.c 79 match_opt_t opt_type; member in struct:_match
267 rec->opt_type = MATCH_OPT_NDX;
270 rec->opt_type = MATCH_OPT_RANGE;
407 if ((list->opt_type == MATCH_OPT_NAME) && minus_p)
408 list->opt_type = MATCH_OPT_TYPE;
410 if (list->opt_type != MATCH_OPT_TYPE)
473 switch (list->opt_type) {
784 match_data.opt_type = MATCH_OPT_NAME;
837 match_data.opt_type = MATCH_OPT_TYPE;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ppp.h 158 uint8_t opt_type; member in struct:cp_optinfo
snoop_ppp.c 866 ppp_getoptinfo(cp_optinfo_t optinfo_list[], uint16_t opt_type)
870 while (optinfo_ptr->opt_type != opt_type &&
    [all...]
  /onnv/onnv-gate/usr/src/common/net/wanboot/
bootinfo.c 54 dsym_cdtype_t opt_type; /* DHCP option type (dhcp_symbol.h) */ member in struct:__anon2265
238 if (bip->bi_dhcp->opt_type == DSYM_IP) {
251 switch (bip->bi_dhcp->opt_type) {
  /onnv/onnv-gate/usr/src/cmd/sgs/pvs/common/
pvs.c 133 match_opt_t opt_type; member in struct:__anon1741
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) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
tn_ipopt.c 1098 uchar_t opt_type; local
1106 opt_type = *optptr;
1107 if (opt_type == IP6OPT_PAD1) {
1124 if (opt_type == ip6opt_ls) {
1129 } else switch (opt_type) {
    [all...]
ip6.c 2859 uint8_t opt_type; local
    [all...]
ipsecah.c 2315 uint8_t opt_type; local
    [all...]
ip_ndp.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
pppd.h 100 enum opt_type { enum
111 enum opt_type type;
    [all...]

Completed in 180 milliseconds