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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c111 static SVCXPRT *transport4; variable
606 transport4 = (nc4 == 0) ? 0 : svc_tli_create(RPC_ANYFD, nc4, 0, 0, 0);
608 if (transport4 == 0 && transport6 == 0) {
618 if (transport4 != 0) {
619 trans = transport4;
633 if (trans == transport4 && transport6 != 0) {
708 if (transport4 != 0) {
709 if (!svc_reg(transport4, program, YPPUSHVERS,

Completed in 46 milliseconds