Searched defs:TL_SETCRED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c669 #define TL_SETCRED 0x00100 /* flag to indicate sending of credentials */ macro
2227 thisopt = TL_SETCRED;
2233 otheropt = TL_SETCRED;
3103 if (peer_tep->te_flag & (TL_SETCRED|TL_SETUCRED)) {
3106 if (peer_tep->te_flag & TL_SETCRED) {
3253 if (peer_tep->te_flag & (TL_SETCRED|TL_SETUCRED)) {
3589 if (cl_ep->te_flag & TL_SETCRED) {
3736 if (cl_ep->te_flag & (TL_SETCRED|TL_SETUCRED)) {
5179 if (peer_tep->te_flag & (TL_SETCRED|TL_SETUCRED|TL_SOCKUCRED)) {
5183 if (peer_tep->te_flag & TL_SETCRED) {
[all...]

Completed in 71 milliseconds