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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c112 static SVCXPRT *transport6; variable
607 transport6 = (nc6 == 0) ? 0 : svc_tli_create(RPC_ANYFD, nc6, 0, 0, 0);
608 if (transport4 == 0 && transport6 == 0) {
622 trans = transport6;
633 if (trans == transport4 && transport6 != 0) {
635 &transport6->xp_ltaddr);
715 if (transport6 != 0) {
716 if (!svc_reg(transport6, program, YPPUSHVERS,

Completed in 47 milliseconds