/titanic_50/usr/src/uts/common/inet/ |
H A D | optcom.c | 206 switch (tor->MGMT_flags) { in svr4_optcom_req() 217 if (tor->MGMT_flags == T_DEFAULT) { in svr4_optcom_req() 254 toa->MGMT_flags = T_DEFAULT; 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() 502 toa->MGMT_flags = T_SUCCESS; in svr4_optcom_req() 532 switch (tor->MGMT_flags) { in tpi_optcom_req() 611 toa->MGMT_flags = tor->MGMT_flags; in tpi_optcom_req() 617 toa->MGMT_flags |= worst_status; /* XXX "worst" or "OR" TPI ? */ in tpi_optcom_req() [all …]
|
H A D | snmpcom.c | 204 switch (tor->MGMT_flags) { in snmpcom_req() 255 toa->MGMT_flags = T_SUCCESS; in snmpcom_req() 293 toa->MGMT_flags = T_SUCCESS; in snmpcom_req()
|
/titanic_50/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 90 tor->MGMT_flags = T_CURRENT; in mibget() 131 (toa->MGMT_flags == T_SUCCESS) && in mibget() 153 toa->MGMT_flags != T_SUCCESS) { in mibget() 160 toa->MGMT_flags, req->len); in mibget()
|
/titanic_50/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 227 long MGMT_flags; /* options flags */ member 346 long MGMT_flags; /* managment flags */ member
|
/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | t_optmgmt.c | 234 optreq->MGMT_flags = req->flags; in _tx_optmgmt() 286 ret->flags = optack->MGMT_flags & ~req->flags; in _tx_optmgmt()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | tihdr.h | 342 t_scalar_t MGMT_flags; /* options flags */ member 497 t_scalar_t MGMT_flags; /* managment flags */ member
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 570 tor->MGMT_flags = T_CURRENT; in mibget() 614 toa->MGMT_flags == T_SUCCESS && in mibget() 637 toa->MGMT_flags != T_SUCCESS) { in mibget() 644 toa->MGMT_flags, req->len); in mibget()
|
/titanic_50/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 459 tor->MGMT_flags = T_CURRENT; in mibget() 501 (toa->MGMT_flags == T_SUCCESS) && in mibget() 526 (toa->MGMT_flags != T_SUCCESS)) { in mibget() 534 toa->MGMT_flags, req->len); in mibget()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 3074 tor->MGMT_flags = T_CURRENT; in mibget() 3117 toa->MGMT_flags == T_SUCCESS && in mibget() 3140 toa->MGMT_flags != T_SUCCESS) { in mibget() 3147 toa->MGMT_flags, req->len); in mibget()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 2871 tor->MGMT_flags = T_CURRENT; in mibwalk() 2936 if (toa->MGMT_flags != T_SUCCESS) { in mibwalk() 2938 "0x%lx\n", toa->MGMT_flags); in mibwalk()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2969 req.req.MGMT_flags = T_CURRENT; 2972 req.req.MGMT_flags = T_CHECK; 3001 ack.ack.MGMT_flags != T_SUCCESS ||
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1371 req.req.MGMT_flags = T_CURRENT; in sync_kern() 1399 ack.ack.MGMT_flags != T_SUCCESS || in sync_kern() 1403 ack.ack.MGMT_flags, ack.ack.OPT_length); in sync_kern()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 2879 tor->MGMT_flags = T_CURRENT; in connmgr_getopt_int() 2970 tor->MGMT_flags = T_NEGOTIATE; in connmgr_setopt_int()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 737 tor->MGMT_flags = T_CURRENT; in mibget() 788 toa->MGMT_flags == T_SUCCESS && in mibget() 812 toa->MGMT_flags != T_SUCCESS) { in mibget() 820 toa->MGMT_flags, req->len); in mibget()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 5355 optmgmt_req.MGMT_flags = T_CHECK; in sotpi_getsockopt() 5463 optmgmt_req.MGMT_flags = T_NEGOTIATE; in sotpi_setsockopt()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 12909 ((struct T_optmgmt_req *)mp->b_rptr)->MGMT_flags)); in ip_wput_nondata()
|