/illumos-gate/usr/src/uts/common/inet/ |
H A D | optcom.c | 198 struct T_optmgmt_req *tor; in svr4_optcom_req() local 201 tor = (struct T_optmgmt_req *)mp->b_rptr; in svr4_optcom_req() 206 switch (tor->MGMT_flags) { in svr4_optcom_req() 217 if (tor->MGMT_flags == T_DEFAULT) { in svr4_optcom_req() 331 tor->OPT_offset, tor->OPT_length)) == NULL) in svr4_optcom_req() 337 tor->OPT_length); in svr4_optcom_req() 374 tor->MGMT_flags == T_NEGOTIATE, tor->MGMT_flags == T_CHECK, in svr4_optcom_req() 386 switch (tor->MGMT_flags) { in svr4_optcom_req() 411 toa->MGMT_flags = tor->MGMT_flags; in svr4_optcom_req() 465 toa = (struct T_optmgmt_ack *)tor; in svr4_optcom_req() [all …]
|
H A D | snmpcom.c | 176 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)mp->b_rptr; in snmpcom_req() local 188 tor->OPT_offset, tor->OPT_length))) in snmpcom_req() 204 switch (tor->MGMT_flags) { in snmpcom_req() 212 tor->OPT_length); in snmpcom_req()
|
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 77 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)(void *)buf; in mibget() local 85 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget() 86 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget() 87 tor->OPT_length = sizeof (struct opthdr); in mibget() 88 tor->MGMT_flags = T_CURRENT; in mibget() 89 req = (struct opthdr *)&tor[1]; in mibget() 95 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibget()
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_stat.c | 51 uint64_t tor = 0; in ixgbe_read_tor_value() local 56 tor = IXGBE_READ_REG(hw, IXGBE_TOR); in ixgbe_read_tor_value() 62 tor = (hi << 32) + lo; in ixgbe_read_tor_value() 66 return (tor); in ixgbe_read_tor_value() 239 ixgbe_ks->tor.value.ui64 += ixgbe_read_tor_value(hw); in ixgbe_update_stats() 551 ixgbe_ks->tor.value.ui64 += ixgbe_read_tor_value(hw); in ixgbe_m_stat() 552 *val = ixgbe_ks->tor.value.ui64; in ixgbe_m_stat()
|
H A D | ixgbe_sw.h | 851 kstat_named_t tor; /* Total Octets Recvd Count */ member
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 446 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget() local 454 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget() 455 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget() 456 tor->OPT_length = sizeof (struct opthdr); in mibget() 457 tor->MGMT_flags = T_CURRENT; in mibget() 458 req = (struct opthdr *)&tor[1]; in mibget() 464 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibget()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 2864 struct T_optmgmt_req *tor; in connmgr_getopt_int() local 2875 tor = (struct T_optmgmt_req *)(mp->b_rptr); in connmgr_getopt_int() 2876 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in connmgr_getopt_int() 2877 tor->MGMT_flags = T_CURRENT; in connmgr_getopt_int() 2878 tor->OPT_length = sizeof (struct opthdr) + sizeof (int); in connmgr_getopt_int() 2879 tor->OPT_offset = sizeof (struct T_optmgmt_req); in connmgr_getopt_int() 2953 struct T_optmgmt_req *tor; in connmgr_setopt_int() local 2966 tor = (struct T_optmgmt_req *)(mp->b_rptr); in connmgr_setopt_int() 2967 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in connmgr_setopt_int() 2968 tor->MGMT_flags = T_NEGOTIATE; in connmgr_setopt_int() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 2917 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibwalk() local 2930 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibwalk() 2931 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibwalk() 2932 tor->OPT_length = sizeof (struct opthdr); in mibwalk() 2933 tor->MGMT_flags = T_CURRENT; in mibwalk() 2939 req = (struct opthdr *)&tor[1]; in mibwalk() 2945 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibwalk()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 3063 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget() local 3071 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget() 3072 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget() 3073 tor->OPT_length = sizeof (struct opthdr); in mibget() 3074 tor->MGMT_flags = T_CURRENT; in mibget() 3075 req = (struct opthdr *)&tor[1]; in mibget() 3081 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibget()
|
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_hw.h | 309 u64 tor; member
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_hw.h | 640 u64 tor; member
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 1137 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget() local 1145 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget() 1146 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget() 1147 tor->OPT_length = sizeof (struct opthdr); in mibget() 1148 tor->MGMT_flags = T_CURRENT; in mibget() 1154 req = (struct opthdr *)&tor[1]; in mibget() 1160 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibget()
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | mfsthistory | 587 svc:/network/tor:default var/svc/manifest/network/tor.xml 588 svc:/network/tor var/svc/manifest/network/tor.xml
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_type.h | 3839 u64 tor; member
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 23084 tor
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 23085 tor
|