Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Doptcom.c206 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 Dsnmpcom.c204 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 Dbootparam_ip_route.c90 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 Dtihdr.h227 long MGMT_flags; /* options flags */ member
346 long MGMT_flags; /* managment flags */ member
/titanic_50/usr/src/lib/libnsl/nsl/
H A Dt_optmgmt.c234 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 Dtihdr.h342 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 Dncaconfd.c570 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 Drstat_proc.c459 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 Droute.c3074 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 Dmpd_main.c2871 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 Dsys-solaris.c2969 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 Dtable.c1371 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 Dclnt_cots.c2879 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 Dnetstat.c737 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 Dsocktpi.c5355 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 Dip.c12909 ((struct T_optmgmt_req *)mp->b_rptr)->MGMT_flags)); in ip_wput_nondata()