Home
last modified time | relevance | path

Searched refs:toa (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dsnmpcom.c177 struct T_optmgmt_ack *toa; in snmpcom_req() local
251 toa = (struct T_optmgmt_ack *)mpctl->b_rptr; in snmpcom_req()
252 toa->PRIM_type = T_OPTMGMT_ACK; in snmpcom_req()
253 toa->OPT_offset = sizeof (struct T_optmgmt_ack); in snmpcom_req()
254 toa->OPT_length = sizeof (struct opthdr); in snmpcom_req()
255 toa->MGMT_flags = T_SUCCESS; in snmpcom_req()
289 toa = (struct T_optmgmt_ack *)mpctl->b_rptr; in snmpcom_req()
290 toa->PRIM_type = T_OPTMGMT_ACK; in snmpcom_req()
291 toa->OPT_offset = sizeof (struct T_optmgmt_ack); in snmpcom_req()
292 toa->OPT_length = sizeof (struct opthdr); in snmpcom_req()
[all …]
H A Doptcom.c197 struct T_optmgmt_ack *toa; in svr4_optcom_req() local
249 toa = (struct T_optmgmt_ack *)mp->b_rptr; in svr4_optcom_req()
250 bzero((char *)toa, max_optbuf_len); in svr4_optcom_req()
251 toa->PRIM_type = T_OPTMGMT_ACK; in svr4_optcom_req()
252 toa->OPT_offset = (t_scalar_t)sizeof (struct T_optmgmt_ack); in svr4_optcom_req()
254 toa->MGMT_flags = T_DEFAULT; in svr4_optcom_req()
257 opt = (struct opthdr *)&toa[1]; in svr4_optcom_req()
316 toa->OPT_length = (t_scalar_t)((char *)opt - (char *)&toa[1]); in svr4_optcom_req()
409 toa = (struct T_optmgmt_ack *)mp1->b_rptr; in svr4_optcom_req()
410 toa->OPT_offset = (t_scalar_t)sizeof (struct T_optmgmt_ack); in svr4_optcom_req()
[all …]
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c80 struct T_optmgmt_ack *toa = (struct T_optmgmt_ack *)(void *)buf; in mibget() local
109 req = (struct opthdr *)&toa[1]; in mibget()
130 (toa->PRIM_type == T_OPTMGMT_ACK) && in mibget()
131 (toa->MGMT_flags == T_SUCCESS) && in mibget()
152 toa->PRIM_type != T_OPTMGMT_ACK || in mibget()
153 toa->MGMT_flags != T_SUCCESS) { in mibget()
156 j, getcode, ctlbuf.len, toa->PRIM_type); in mibget()
157 if (toa->PRIM_type == T_OPTMGMT_ACK) in mibget()
160 toa->MGMT_flags, req->len); in mibget()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c559 struct T_optmgmt_ack *toa = (struct T_optmgmt_ack *)buf; in mibget() local
590 req = (struct opthdr *)&toa[1]; in mibget()
613 toa->PRIM_type == T_OPTMGMT_ACK && in mibget()
614 toa->MGMT_flags == T_SUCCESS && in mibget()
636 toa->PRIM_type != T_OPTMGMT_ACK || in mibget()
637 toa->MGMT_flags != T_SUCCESS) { in mibget()
640 j, getcode, ctlbuf.len, toa->PRIM_type); in mibget()
641 if (toa->PRIM_type == T_OPTMGMT_ACK) { in mibget()
644 toa->MGMT_flags, req->len); in mibget()
/titanic_41/usr/src/cmd/rpcsvc/
H A Drstat_proc.c449 struct T_optmgmt_ack *toa = (struct T_optmgmt_ack *)buf; in mibget() local
478 req = (struct opthdr *)&toa[1]; in mibget()
500 (toa->PRIM_type == T_OPTMGMT_ACK) && in mibget()
501 (toa->MGMT_flags == T_SUCCESS) && in mibget()
525 (toa->PRIM_type != T_OPTMGMT_ACK) || in mibget()
526 (toa->MGMT_flags != T_SUCCESS)) { in mibget()
530 j, getcode, ctlbuf.len, toa->PRIM_type); in mibget()
531 if (toa->PRIM_type == T_OPTMGMT_ACK) in mibget()
534 toa->MGMT_flags, req->len); in mibget()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c3064 struct T_optmgmt_ack *toa = (struct T_optmgmt_ack *)buf; in mibget() local
3093 req = (struct opthdr *)&toa[1]; in mibget()
3116 toa->PRIM_type == T_OPTMGMT_ACK && in mibget()
3117 toa->MGMT_flags == T_SUCCESS && in mibget()
3139 toa->PRIM_type != T_OPTMGMT_ACK || in mibget()
3140 toa->MGMT_flags != T_SUCCESS) { in mibget()
3143 j, getcode, ctlbuf.len, toa->PRIM_type); in mibget()
3144 if (toa->PRIM_type == T_OPTMGMT_ACK) { in mibget()
3147 toa->MGMT_flags, req->len); in mibget()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c2856 struct T_optmgmt_ack *toa = (struct T_optmgmt_ack *)buf; in mibwalk() local
2916 switch (toa->PRIM_type) { in mibwalk()
2929 optp = (struct opthdr *)&toa[1]; in mibwalk()
2936 if (toa->MGMT_flags != T_SUCCESS) { in mibwalk()
2938 "0x%lx\n", toa->MGMT_flags); in mibwalk()
2947 assert(toa->PRIM_type == T_OPTMGMT_ACK); in mibwalk()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c727 struct T_optmgmt_ack *toa = (struct T_optmgmt_ack *)buf; in mibget() local
763 req = (struct opthdr *)&toa[1]; in mibget()
787 toa->PRIM_type == T_OPTMGMT_ACK && in mibget()
788 toa->MGMT_flags == T_SUCCESS && in mibget()
811 toa->PRIM_type != T_OPTMGMT_ACK || in mibget()
812 toa->MGMT_flags != T_SUCCESS) { in mibget()
815 j, getcode, ctlbuf.len, toa->PRIM_type); in mibget()
817 if (toa->PRIM_type == T_OPTMGMT_ACK) in mibget()
820 toa->MGMT_flags, req->len); in mibget()