Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Doptcom.c198 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 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()
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c79 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)(void *)buf; in mibget() local
87 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget()
88 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
89 tor->OPT_length = sizeof (struct opthdr); in mibget()
90 tor->MGMT_flags = T_CURRENT; in mibget()
91 req = (struct opthdr *)&tor[1]; in mibget()
97 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibget()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c557 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget() local
567 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget()
568 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
569 tor->OPT_length = sizeof (struct opthdr); in mibget()
570 tor->MGMT_flags = T_CURRENT; in mibget()
571 req = (struct opthdr *)&tor[1]; in mibget()
577 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibget()
/titanic_41/usr/src/cmd/rpcsvc/
H A Drstat_proc.c448 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget() local
456 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget()
457 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
458 tor->OPT_length = sizeof (struct opthdr); in mibget()
459 tor->MGMT_flags = T_CURRENT; in mibget()
460 req = (struct opthdr *)&tor[1]; in mibget()
466 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibget()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c97 ixgbe_ks->tor.value.ui64 = 0; in ixgbe_update_stats()
108 ixgbe_ks->tor.value.ui64 += ixgbe_ks->qbrc[i].value.ui64; in ixgbe_update_stats()
140 ixgbe_ks->gor.value.ui64 = ixgbe_ks->tor.value.ui64; in ixgbe_update_stats()
543 ixgbe_ks->tor.value.ui64 = 0; in ixgbe_m_stat()
547 ixgbe_ks->tor.value.ui64 += in ixgbe_m_stat()
550 *val = ixgbe_ks->tor.value.ui64; in ixgbe_m_stat()
H A Dixgbe_sw.h810 kstat_named_t tor; /* Total Octets Recvd Count */ member
H A Dixgbe_type.h2890 u64 tor; member
/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_cots.c2855 struct T_optmgmt_req *tor; in connmgr_getopt_int() local
2866 tor = (struct T_optmgmt_req *)(mp->b_rptr); in connmgr_getopt_int()
2867 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in connmgr_getopt_int()
2868 tor->MGMT_flags = T_CURRENT; in connmgr_getopt_int()
2869 tor->OPT_length = sizeof (struct opthdr) + sizeof (int); in connmgr_getopt_int()
2870 tor->OPT_offset = sizeof (struct T_optmgmt_req); in connmgr_getopt_int()
2944 struct T_optmgmt_req *tor; in connmgr_setopt_int() local
2957 tor = (struct T_optmgmt_req *)(mp->b_rptr); in connmgr_setopt_int()
2958 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in connmgr_setopt_int()
2959 tor->MGMT_flags = T_NEGOTIATE; in connmgr_setopt_int()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c2855 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibwalk() local
2868 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibwalk()
2869 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibwalk()
2870 tor->OPT_length = sizeof (struct opthdr); in mibwalk()
2871 tor->MGMT_flags = T_CURRENT; in mibwalk()
2877 req = (struct opthdr *)&tor[1]; in mibwalk()
2883 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibwalk()
/titanic_41/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()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c726 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)buf; in mibget() local
734 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget()
735 tor->OPT_offset = sizeof (struct T_optmgmt_req); in mibget()
736 tor->OPT_length = sizeof (struct opthdr); in mibget()
737 tor->MGMT_flags = T_CURRENT; in mibget()
744 req = (struct opthdr *)&tor[1]; in mibget()
750 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibget()
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_hw.h557 u64 tor; member
/titanic_41/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
/titanic_41/usr/src/cmd/look/
H A Dwords23087 tor
/titanic_41/usr/src/cmd/spell/
H A Dlist23086 tor