Home
last modified time | relevance | path

Searched refs:tor (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c198 struct T_optmgmt_req *tor; in svr4_optcom_req() local
206 switch (tor->MGMT_flags) { 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()
521 struct T_optmgmt_req *tor = in tpi_optcom_req() local
532 switch (tor->MGMT_flags) { in tpi_optcom_req()
642 struct T_optmgmt_req *tor = in process_topthdrs_first_pass() local
648 mi_offset_param(mp, tor->OPT_offset, tor->OPT_length)) == NULL) { in process_topthdrs_first_pass()
[all …]
H A Dsnmpcom.c176 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 Dbootparam_ip_route.c77 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 Dixgbe_stat.c51 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 Dixgbe_sw.h851 kstat_named_t tor; /* Total Octets Recvd Count */ member
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c446 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 Dclnt_cots.c2864 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 Dmpd_main.c2917 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 Droute.c3063 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 Digc_hw.h309 u64 tor; member
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h640 u64 tor; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1137 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 Dmfsthistory587 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 Dixgbe_type.h3839 u64 tor; member
/illumos-gate/usr/src/cmd/look/
H A Dwords23085 tor
/illumos-gate/usr/src/cmd/spell/
H A Dlist23084 tor